3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(~0); $item = new stdclass; var_dump($item->propertyName); $array = (array) $item; var_dump($array['index']); var_dump($variable);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined property: stdClass::$propertyName in /in/fURWI on line 7 NULL Warning: Undefined array key "index" in /in/fURWI on line 11 NULL Warning: Undefined variable $variable in /in/fURWI on line 13 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:
47.22 ms | 402 KiB | 8 Q