3v4l.org

run code in 300+ PHP versions simultaneously
<?php function void($arg = null, $arg2 = 'val', $arg3 = false) { var_dump($arg, $arg2, $arg3); } void($arg3 = true); var_dump(php_logo_guid());
Output for git.master, git.master_jit, rfc.property-hooks
bool(true) string(3) "val" bool(false) Fatal error: Uncaught Error: Call to undefined function php_logo_guid() in /in/AXOGU:9 Stack trace: #0 {main} thrown in /in/AXOGU on line 9
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:
69.17 ms | 401 KiB | 8 Q