3v4l.org

run code in 300+ PHP versions simultaneously
<?php function throw_error() { throw new ErrorException("What's this look like?", 0, E_USER_NOTICE, __FILE__, __LINE__); } function main() { try { throw_error(); } catch (ErrorException $e) { echo "$e\n"; } } main();
Output for git.master, git.master_jit, rfc.property-hooks
ErrorException: What's this look like? in /in/qmjqk:4 Stack trace: #0 /in/qmjqk(9): throw_error() #1 /in/qmjqk(16): main() #2 {main}

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:
32.73 ms | 401 KiB | 8 Q