3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = 'MyName'; echo <<<EOT Mon nom est "$name". J'affiche quelques $foo->foo. Maintenant, j'affiche quelques {$foo->bar[1]}. Et ceci devrait afficher un 'A' majuscule : \x41 EOT; ?>
Output for git.master, git.master_jit
Warning: Undefined variable $foo in /in/rLm1h on line 7 Warning: Attempt to read property "foo" on null in /in/rLm1h on line 7 Warning: Undefined variable $foo in /in/rLm1h on line 8 Warning: Attempt to read property "bar" on null in /in/rLm1h on line 8 Warning: Trying to access array offset on value of type null in /in/rLm1h on line 8 Mon nom est "MyName". J'affiche quelques . Maintenant, j'affiche quelques . Et ceci devrait afficher un 'A' majuscule : A
Output for rfc.property-hooks
Warning: Undefined variable $foo in /in/rLm1h on line 7 Warning: Attempt to read property "foo" on null in /in/rLm1h on line 7 Warning: Undefined variable $foo in /in/rLm1h on line 8 Warning: Attempt to read property "bar" on null in /in/rLm1h on line 8 Warning: Trying to access array offset on null in /in/rLm1h on line 8 Mon nom est "MyName". J'affiche quelques . Maintenant, j'affiche quelques . Et ceci devrait afficher un 'A' majuscule : 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:
43.02 ms | 402 KiB | 8 Q