3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = false; var_dump(count($a)); var_dump(reset($a)); $a = true; var_dump(count($a)); var_dump(reset($a)); $a = null; var_dump(count($a)); var_dump(reset($a)); $a = ''; var_dump(count($a)); var_dump(reset($a)); $a = 'string'; var_dump(count($a)); var_dump(reset($a));
Output for git.master, git.master_jit
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in /in/nHrpA:4 Stack trace: #0 {main} thrown in /in/nHrpA on line 4
Process exited with code 255.
Output for rfc.property-hooks
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, false given in /in/nHrpA:4 Stack trace: #0 {main} thrown in /in/nHrpA on line 4
Process exited with code 255.

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:
34.73 ms | 406 KiB | 5 Q