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 git.master, git.master_jit, rfc.property-hooks
+ ok - Unsupported operand types: array - array - Unsupported operand types: array - array * Unsupported operand types: array * array / Unsupported operand types: array / array . Warning: Array to string conversion in /in/mt071(6) : eval()'d code on line 1 Warning: Array to string conversion in /in/mt071(6) : eval()'d code on line 1 ok ** Unsupported operand types: array ** array <=> ok

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
67.31 ms | 402 KiB | 8 Q