3v4l.org

run code in 300+ PHP versions simultaneously
<?php use strict; function error_handler ( $errno ) { $trace=debug_backtrace(); var_dump($errno); var_dump( $trace); $error = error_get_last(); $output = ""; foreach ($error as $info => $string) $output .= "{$info}: {$string}\n"; return $output; } ob_start('error_handler'); will_this_undefined_function_raise_an_error();
Output for git.master_jit, git.master, rfc.property-hooks
Warning: The use statement with non-compound name 'strict' has no effect in /in/9v3fh on line 2 type: 1 message: Uncaught Error: Call to undefined function will_this_undefined_function_raise_an_error() in /in/9v3fh:23 Stack trace: #0 {main} thrown file: /in/9v3fh line: 23
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:
45.74 ms | 401 KiB | 8 Q