3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getTypes(array $allowed_types = NULL) { var_dump($allowed_types); } getTypes(FALSE);
Output for git.master_jit, git.master
Fatal error: Uncaught TypeError: getTypes(): Argument #1 ($allowed_types) must be of type ?array, bool given, called in /in/Cpicf on line 7 and defined in /in/Cpicf:3 Stack trace: #0 /in/Cpicf(7): getTypes(false) #1 {main} thrown in /in/Cpicf on line 3
Process exited with code 255.
Output for rfc.property-hooks
Fatal error: Uncaught TypeError: getTypes(): Argument #1 ($allowed_types) must be of type ?array, false given, called in /in/Cpicf on line 7 and defined in /in/Cpicf:3 Stack trace: #0 /in/Cpicf(7): getTypes(false) #1 {main} thrown in /in/Cpicf on line 3
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:
35.59 ms | 407 KiB | 5 Q