3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo <<<EOT My name is "$name". I am printing some $foo->foo. Now, I am printing some {$foo->bar[1]}. This should print a capital 'A': \x41 EOT; ?>
Output for git.master, git.master_jit
Warning: Undefined variable $name in /in/rT3JV on line 3 Warning: Undefined variable $foo in /in/rT3JV on line 3 Warning: Attempt to read property "foo" on null in /in/rT3JV on line 3 Warning: Undefined variable $foo in /in/rT3JV on line 4 Warning: Attempt to read property "bar" on null in /in/rT3JV on line 4 Warning: Trying to access array offset on value of type null in /in/rT3JV on line 4 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A
Output for rfc.property-hooks
Warning: Undefined variable $name in /in/rT3JV on line 3 Warning: Undefined variable $foo in /in/rT3JV on line 3 Warning: Attempt to read property "foo" on null in /in/rT3JV on line 3 Warning: Undefined variable $foo in /in/rT3JV on line 4 Warning: Attempt to read property "bar" on null in /in/rT3JV on line 4 Warning: Trying to access array offset on null in /in/rT3JV on line 4 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A

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