3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = 'x'; z(1); function f($a) { global $b; var_dump($b); } function g($a) { f($a); } function h($a) { g($a); } function i($a) { h($a); } function j($a) { i($a); } function k($a) { j($a); } function l($a) { k($a); } function m($a) { l($a); } function n($a) { m($a); } function o($a) { n($a); } function p($a) { o($a); } function q($a) { p($a); } function r($a) { q($a); } function s($a) { r($a); } function t($a) { s($a); } function u($a) { t($a); } function v($a) { u($a); } function w($a) { v($a); } function x($a) { w($a); } function y($a) { x($a); } function z($a) { y($a); }
Output for git.master, git.master_jit, rfc.property-hooks
string(1) "x"

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