3v4l.org

run code in 300+ PHP versions simultaneously
<?php function tryit($operand) { echo str_pad($operand, ' ', 4, STR_PAD_RIGHT); try { eval("\$a = []; \$a $operand \$a;"); echo "ok\n"; } catch (\Throwable $e) { echo $e->getMessage(), "\n"; } } tryit('+'); tryit('-'); tryit('-'); tryit('*'); tryit('/'); tryit('.'); tryit('**'); tryit('<=>');
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Fatal error: Uncaught TypeError: str_pad(): Argument #2 ($length) must be of type int, string given in /in/p1Gvu:4 Stack trace: #0 /in/p1Gvu(4): str_pad('+', ' ', 4, 1) #1 /in/p1Gvu(13): tryit('+') #2 {main} thrown in /in/p1Gvu on line 4
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: str_pad(): Argument #2 ($length) must be of type int, string given in /in/p1Gvu:4 Stack trace: #0 /in/p1Gvu(4): str_pad('+', ' ', 4, 1) #1 /in/p1Gvu(13): tryit('+') #2 {main} thrown in /in/p1Gvu on line 4
Process exited with code 255.
Output for 7.3.16 - 7.3.31, 7.4.0 - 7.4.33
Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 ok Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 Notice: Array to string conversion in /in/p1Gvu(6) : eval()'d code on line 1 Notice: Array to string conversion in /in/p1Gvu(6) : eval()'d code on line 1 ok Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 ok Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 ok
Output for 7.3.32 - 7.3.33
Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 ok Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 ok Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 ok Warning: str_pad() expects parameter 2 to be int, string given in /in/p1Gvu on line 4 ok
Output for 7.0.0 - 7.0.25, 7.1.0 - 7.1.20, 7.2.6 - 7.2.33
Warning: str_pad() expects parameter 2 to be integer, string given in /in/p1Gvu on line 4 ok Warning: str_pad() expects parameter 2 to be integer, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be integer, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be integer, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be integer, string given in /in/p1Gvu on line 4 Unsupported operand types Warning: str_pad() expects parameter 2 to be integer, string given in /in/p1Gvu on line 4 Notice: Array to string conversion in /in/p1Gvu(6) : eval()'d code on line 1 Notice: Array to string conversion in /in/p1Gvu(6) : eval()'d code on line 1 ok Warning: str_pad() expects parameter 2 to be integer, string given in /in/p1Gvu on line 4 ok Warning: str_pad() expects parameter 2 to be integer, string given in /in/p1Gvu on line 4 ok

preferences:
188.5 ms | 403 KiB | 180 Q