3v4l.org

run code in 300+ PHP versions simultaneously
<?php $source = <<<EOD <?php include_once "noentry.php"; list(\$get_arr, \$post_arr, \$request_arr) = get_secure_request_params(); \$mode = empty(\$get_arr['mode']) ? 'add' : \$get_arr['mode']; try { if (!in_array(strtolower(\$mode), ['add', 'update'])) { throw new Exception("Error Processing Request", 0); } \$msg = trim(\$get_arr['var_msg']); if (strtolower(\$mode) == 'update') { \$top_header="Update ".'$module_header'; \$id = \$get_arr['$table_primary_key']; \$db_data = \$mfa_db_obj->db->table('$table_name')->select('*')->where('$table_primary_key', \$id)->first(); if(empty(\$db_data)) { \$redirect_url=\$admin_url."index.php?file=sitemap&AX=No"; header("Location:".\$redirect_url); } } } catch (Exception \$e) { \$exception_message=\$e->getMessage(); \$redirect_url=\$admin_url . "{$listing_url}&var_msg=".\$exception_message; header("Location:".\$redirect_url); exit; } include_once "common_css.php"; include_once "common_js.php"; ?> EOD; $tokens = token_get_all($source); foreach ($tokens as $token) { list($id, $text) = $this->get_token($token); $lower_text = strtolower($text); if (T_STRING == $id && isset($alias_list[$lower_text])) { $alias_count[$lower_text] ++; } $return .= $text; } function get_token($token) { if (is_string($token)) { return array($token, $token); } else { return $token; } } echo $return;
Output for 8.0.0 - 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: Undefined variable $module_header in /in/OaBg4 on line 14 Warning: Undefined variable $table_primary_key in /in/OaBg4 on line 15 Warning: Undefined variable $table_name in /in/OaBg4 on line 16 Warning: Undefined variable $table_primary_key in /in/OaBg4 on line 16 Warning: Undefined variable $listing_url in /in/OaBg4 on line 25 Fatal error: Uncaught Error: Using $this when not in object context in /in/OaBg4:35 Stack trace: #0 {main} thrown in /in/OaBg4 on line 35
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: Undefined variable $module_header in /in/OaBg4 on line 14 Warning: Undefined variable $table_primary_key in /in/OaBg4 on line 15 Warning: Undefined variable $table_name in /in/OaBg4 on line 16 Warning: Undefined variable $table_primary_key in /in/OaBg4 on line 16 Warning: Undefined variable $listing_url in /in/OaBg4 on line 25 Fatal error: Uncaught Error: Using $this when not in object context in /in/OaBg4:35 Stack trace: #0 {main} thrown in /in/OaBg4 on line 35
Process exited with code 255.
Output for 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.3.33, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined variable: module_header in /in/OaBg4 on line 14 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 15 Notice: Undefined variable: table_name in /in/OaBg4 on line 16 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 16 Notice: Undefined variable: listing_url in /in/OaBg4 on line 25 Fatal error: Uncaught Error: Using $this when not in object context in /in/OaBg4:35 Stack trace: #0 {main} thrown in /in/OaBg4 on line 35
Process exited with code 255.
Output for 7.3.32, 7.4.26
Fatal error: Uncaught Error: Using $this when not in object context in /in/OaBg4:35 Stack trace: #0 {main} thrown in /in/OaBg4 on line 35
Process exited with code 255.
Output for 5.2.3 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Notice: Undefined variable: module_header in /in/OaBg4 on line 15 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 16 Notice: Undefined variable: table_name in /in/OaBg4 on line 16 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 25 Notice: Undefined variable: listing_url in /in/OaBg4 on line 25 Fatal error: Using $this when not in object context in /in/OaBg4 on line 35
Process exited with code 255.
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.1, 5.1.3 - 5.1.6, 5.2.0 - 5.2.2
Notice: Undefined variable: module_header in /in/OaBg4 on line 15 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 15 Notice: Undefined variable: table_name in /in/OaBg4 on line 16 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 16 Notice: Undefined variable: listing_url in /in/OaBg4 on line 25 Fatal error: Using $this when not in object context in /in/OaBg4 on line 35
Process exited with code 255.
Output for 5.1.2
Notice: Undefined variable: module_header in /in/OaBg4 on line 15 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 15 Notice: Undefined variable: table_name in /in/OaBg4 on line 16 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 16 Notice: Undefined variable: listing_url in /in/OaBg4 on line 25 Fatal error: Using $this when not in object context in /in/OaBg4 on line 36
Process exited with code 255.
Output for 5.0.0 - 5.0.3
Notice: Undefined variable: module_header in /in/OaBg4 on line 15 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 15 Notice: Undefined variable: table_name in /in/OaBg4 on line 16 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 16 Notice: Undefined variable: listing_url in /in/OaBg4 on line 25 Fatal error: Using $this when not in object context in /in/OaBg4 on line 35
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.1, 4.4.3 - 4.4.9
Notice: Undefined variable: module_header in /in/OaBg4 on line 15 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 15 Notice: Undefined variable: table_name in /in/OaBg4 on line 16 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 16 Notice: Undefined variable: listing_url in /in/OaBg4 on line 25 Fatal error: Call to a member function on a non-object in /in/OaBg4 on line 35
Process exited with code 255.
Output for 4.4.2
Notice: Undefined variable: module_header in /in/OaBg4 on line 15 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 15 Notice: Undefined variable: table_name in /in/OaBg4 on line 16 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 16 Notice: Undefined variable: listing_url in /in/OaBg4 on line 25 Fatal error: Call to a member function on a non-object in /in/OaBg4 on line 36
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Notice: Undefined variable: module_header in /in/OaBg4 on line 15 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 15 Notice: Undefined variable: table_name in /in/OaBg4 on line 16 Notice: Undefined variable: table_primary_key in /in/OaBg4 on line 16 Notice: Undefined variable: listing_url in /in/OaBg4 on line 25 Fatal error: Call to a member function on a non-object in /in/OaBg4 on line 35

preferences:
325.66 ms | 402 KiB | 453 Q