3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'Players are (4): nana, nini, nunu, nono'; $str1 = 'nunu: (JH)'; $str2 = 'Bot draws - nana: (JH) Bot draws - nini: (JH) Bot draws - nunu: (JH) Bot draws - nono: (JH)'; $pplayer = preg_match("#^Players are ?(\((.*)\):)? (.*)$#i", $str, $pp); $player = array_map('trim', explode(',', $pp[3])); while (list(, $value) = each($player)) { echo "Value: $value<br />\n"; } $endplayer = end($player); $sisaplayer = $pp[2]; $ppkartu = preg_match("#^([a-z0-9\-\._:]+) ?(\((.*)\))?$#i", $str1, $pk); $pkartu = $pk[2]; $pbdraw = preg_match('#^Bot draws - '.$pk[2].': ?(\((.*)\))?$#i', $str2, $pb); $pbplayer = $pb; $pbkartu = $pb[2]; print_r($playerval);
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.6
Fatal error: Uncaught Error: Call to undefined function each() in /in/P8b54:7 Stack trace: #0 {main} thrown in /in/P8b54 on line 7
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /in/P8b54 on line 7 Value: nana<br /> Value: nini<br /> Value: nunu<br /> Value: nono<br /> Notice: Undefined offset: 2 in /in/P8b54 on line 16 Notice: Undefined variable: playerval in /in/P8b54 on line 17
Output for 7.3.32 - 7.3.33, 7.4.26
Value: nana<br /> Value: nini<br /> Value: nunu<br /> Value: nono<br />
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Value: nana<br /> Value: nini<br /> Value: nunu<br /> Value: nono<br /> Notice: Undefined offset: 2 in /in/P8b54 on line 16 Notice: Undefined variable: playerval in /in/P8b54 on line 17
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Value: nana<br /> Value: nini<br /> Value: nunu<br /> Value: nono<br /> Notice: Undefined offset: 2 in /in/P8b54 on line 16 Notice: Undefined variable: playerval in /in/P8b54 on line 17
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Value: nana<br /> Value: nini<br /> Value: nunu<br /> Value: nono<br /> Notice: Undefined offset: 2 in /in/P8b54 on line 16 Notice: Undefined variable: playerval in /in/P8b54 on line 17

preferences:
317.47 ms | 402 KiB | 460 Q