3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); extract(@$_SESSION); include('mysql.php'); extract($_POST); require_once 'tools/HTMLPurifier.standalone.php'; if (@$editFlag != "1"){ $author = $userID; $config = HTMLPurifier_Config::createDefault(); $purifier = new HTMLPurifier($config); $clean_html = $purifier->purify($userContent); $clean_html = mysqli_real_escape_string($link, $clean_html); $stmt = $link->prepare("INSERT INTO userContent (section, author, content) VALUES (?, ?, ?)"); $stmt->bind_param("iis", $section, $author, $clean_html); if ($stmt->execute() === TRUE) { } else { echo "Error: " . $sql . "<br>" . $link->error; } } ?>
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Warning: include(): open_basedir restriction in effect. File(mysql.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/4Cse1 on line 4 Warning: include(mysql.php): Failed to open stream: Operation not permitted in /in/4Cse1 on line 4 Warning: include(): Failed opening 'mysql.php' for inclusion (include_path='.:') in /in/4Cse1 on line 4 Warning: require_once(): open_basedir restriction in effect. File(tools/HTMLPurifier.standalone.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/4Cse1 on line 7 Warning: require_once(tools/HTMLPurifier.standalone.php): Failed to open stream: Operation not permitted in /in/4Cse1 on line 7 Fatal error: Uncaught Error: Failed opening required 'tools/HTMLPurifier.standalone.php' (include_path='.:') in /in/4Cse1:7 Stack trace: #0 {main} thrown in /in/4Cse1 on line 7
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Warning: include(): open_basedir restriction in effect. File(mysql.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/4Cse1 on line 4 Warning: include(mysql.php): Failed to open stream: Operation not permitted in /in/4Cse1 on line 4 Warning: include(): Failed opening 'mysql.php' for inclusion (include_path='.:') in /in/4Cse1 on line 4 Warning: require_once(): open_basedir restriction in effect. File(tools/HTMLPurifier.standalone.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/4Cse1 on line 7 Warning: require_once(tools/HTMLPurifier.standalone.php): Failed to open stream: Operation not permitted in /in/4Cse1 on line 7 Fatal error: Uncaught Error: Failed opening required 'tools/HTMLPurifier.standalone.php' (include_path='.:') in /in/4Cse1:7 Stack trace: #0 {main} thrown in /in/4Cse1 on line 7
Process exited with code 255.
Output for 8.0.13
Warning: include(mysql.php): Failed to open stream: No such file or directory in /in/4Cse1 on line 4 Warning: include(): Failed opening 'mysql.php' for inclusion (include_path='.:') in /in/4Cse1 on line 4 Warning: require_once(tools/HTMLPurifier.standalone.php): Failed to open stream: No such file or directory in /in/4Cse1 on line 7 Fatal error: Uncaught Error: Failed opening required 'tools/HTMLPurifier.standalone.php' (include_path='.:') in /in/4Cse1:7 Stack trace: #0 {main} thrown in /in/4Cse1 on line 7
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
Warning: include(mysql.php): failed to open stream: No such file or directory in /in/4Cse1 on line 4 Warning: include(): Failed opening 'mysql.php' for inclusion (include_path='.:') in /in/4Cse1 on line 4 Warning: require_once(tools/HTMLPurifier.standalone.php): failed to open stream: No such file or directory in /in/4Cse1 on line 7 Fatal error: require_once(): Failed opening required 'tools/HTMLPurifier.standalone.php' (include_path='.:') in /in/4Cse1 on line 7
Process exited with code 255.
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
Warning: include(): open_basedir restriction in effect. File(mysql.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/4Cse1 on line 4 Warning: include(mysql.php): failed to open stream: Operation not permitted in /in/4Cse1 on line 4 Warning: include(): Failed opening 'mysql.php' for inclusion (include_path='.:') in /in/4Cse1 on line 4 Warning: require_once(): open_basedir restriction in effect. File(tools/HTMLPurifier.standalone.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/4Cse1 on line 7 Warning: require_once(tools/HTMLPurifier.standalone.php): failed to open stream: Operation not permitted in /in/4Cse1 on line 7 Fatal error: require_once(): Failed opening required 'tools/HTMLPurifier.standalone.php' (include_path='.:') in /in/4Cse1 on line 7
Process exited with code 255.

preferences:
204.94 ms | 403 KiB | 291 Q