3v4l.org

run code in 300+ PHP versions simultaneously
<?php $accuplacer_assoc = [ array( "Reading Comprehension" => "70", "Branching Profile" => "Reading Comprehension - Post Test" ), array( "Elementary Algebra" => "83", "Branching Profile" => "Math - Post Test" ), ]; foreach ($accuplacer_assoc as $index) { if (!empty($accuplacer_assoc[$index]['Branching Profile'])) { var_dump("checking to see if accuplacer_assoc[index][i] is empty: " . !empty($accuplacer_assoc[$index][$i]) . "<br /><br />"); break; } else { if (preg_match("/Reading Comprehension - Post Test/i", $BRANCHING_PROFILE) === 1) { $code='PA2'; } else if (preg_match("/^Sentence Skills - Post Test$/i", $BRANCHING_PROFILE) === 1) { $code='PA1'; } else if (preg_match("/^Math - Post Test$/i", $BRANCHING_PROFILE) === 1 ) { $code='PA5'; } else if (preg_match("/^Elementary Algebra - Post Test$/i", $BRANCHING_PROFILE) === 1) { $code='PA6'; } else if (preg_match("/^College Level Math - Post Test$/i", $BRANCHING_PROFILE) === 1) { $code='PA7'; } else if (preg_match("/^Reading Comprehension$/i" , $BRANCHING_PROFILE ) === 1) { $code='AC2'; } else if (preg_match("/^Sentence Skills$/i" ,$BRANCHING_PROFILE) === 1) { $code='AC1'; } else if (preg_match("/^Arithmetic$/i", $BRANCHING_PROFILE) === 1) { $code='AC5'; } else if (preg_match("/^Elementary Algebra$/i", $BRANCHING_PROFILE) === 1) { $code='AC6'; } else if (preg_match("/^College Level Math$/i", $BRANCHING_PROFILE) === 1) { $code='AC7'; } } if (preg_match("/Reading Comprehension - Post Test/i", $BRANCHING_PROFILE) === 1) { $code='PA2'; } else if (preg_match("/^Sentence Skills - Post Test$/i", $BRANCHING_PROFILE) === 1) { $code='PA1'; } else if ((preg_match("/^Math - Post Test$/i", $BRANCHING_PROFILE) === 1) && (preg_match("/^Arithmetic/i", $accuplacer_assoc[$index]['Arithmetic']) === 1)) { $code='PA5'; } else if ((preg_match("/^Math - Post Test$/i", $BRANCHING_PROFILE) === 1) && (preg_match("/^Elementary Algebra/i", $accuplacer_assoc[$index]['Elementary Algebra']) === 1)) { $code='PA6'; } else if ((preg_match("/^Math - Post Test$/i", $BRANCHING_PROFILE) === 1) && (preg_match("/^College Level Math/i", $accuplacer_assoc[$index]['College Level Math']) === 1)) { $code='PA7'; } else if (preg_match("/^Reading Comprehension$/i" , $BRANCHING_PROFILE ) === 1) { $code='AC2'; } else if (preg_match("/^Sentence Skills$/i" ,$BRANCHING_PROFILE) === 1) { $code='AC1'; } else if (preg_match("/^Arithmetic$/i", $BRANCHING_PROFILE) === 1) { $code='AC5'; } else if (preg_match("/^Elementary Algebra$/i", $BRANCHING_PROFILE) === 1) { $code='AC6'; } else if (preg_match("/^College Level Math$/i", $BRANCHING_PROFILE) === 1) { $code='AC7'; } }
Output for 8.3.0 - 8.3.4, 8.3.6
Fatal error: Uncaught TypeError: Cannot access offset of type array on array in /in/CjZCK:17 Stack trace: #0 {main} thrown in /in/CjZCK on line 17
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 Fatal error: Uncaught TypeError: Cannot access offset of type array on array in /in/CjZCK:17 Stack trace: #0 {main} thrown in /in/CjZCK on line 17
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.18
Fatal error: Uncaught TypeError: Illegal offset type in /in/CjZCK:17 Stack trace: #0 {main} thrown in /in/CjZCK on line 17
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.33
Warning: Illegal offset type in /in/CjZCK on line 17 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 25 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 29 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 33 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 37 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 41 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 45 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 49 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 53 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 57 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 61 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 66 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 70 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 74 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 78 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 82 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 86 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 90 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 94 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 98 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 102 Warning: Illegal offset type in /in/CjZCK on line 17 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 25 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 29 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 33 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 37 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 41 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 45 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 49 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 53 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 57 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 61 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 66 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 70 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 74 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 78 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 82 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 86 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 90 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 94 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 98 Notice: Undefined variable: BRANCHING_PROFILE in /in/CjZCK on line 102
Output for 7.3.32 - 7.3.33
Warning: Illegal offset type in /in/CjZCK on line 17 Warning: Illegal offset type in /in/CjZCK on line 17

preferences:
219.85 ms | 401 KiB | 290 Q