3v4l.org

run code in 300+ PHP versions simultaneously
<?php $e = new Exception(); // This line cause problem :( // Comment it to see the difference. // (string) $e; // This line show the clue (PHP Warning: ...). var_export($e); // This line will be affected. var_export(json_encode([$e])); // But This line still OK. var_export(json_encode($e));
Output for git.master, git.master_jit, rfc.property-hooks
\Exception::__set_state(array( 'message' => '', 'string' => '', 'code' => 0, 'file' => '/in/Lgvq6', 'line' => 3, 'trace' => array ( ), 'previous' => NULL, ))'[{}]''{}'

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