3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo phpversion() . PHP_EOL; $node = new stdClass(); $node->foo = 'foo'; $node->bar = 'bar'; $i = 0; $nodes = ['foo', 'bar', 'baz']; echo $node->$nodes[$i];
Output for 7.3.1
7.3.1 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.3.0
7.3.0 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.13
7.2.13 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.12
7.2.12 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.11
7.2.11 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.10
7.2.10 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.9
7.2.9 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.8
7.2.8 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.7
7.2.7 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.6
7.2.6 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.5
7.2.5 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.4
7.2.4 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.3
7.2.3 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.2
7.2.2 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.1
7.2.1 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.2.0
7.2.0 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.1.25
7.1.25 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.1.20
7.1.20 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.1.10
7.1.10 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.1.7
7.1.7 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.1.6
7.1.6 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.1.5
7.1.5 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.1.0
7.1.0 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.0.20
7.0.20 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.0.6
7.0.6 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.0.5
7.0.5 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.0.4
7.0.4 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.0.3
7.0.3 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.0.2
7.0.2 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.0.1
7.0.1 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 7.0.0
7.0.0 Notice: Array to string conversion in /in/a6FeM on line 13 Notice: Undefined property: stdClass::$Array in /in/a6FeM on line 13
Output for 5.6.21
5.6.21 foo
Output for 5.6.20
5.6.20 foo
Output for 5.6.19
5.6.19 foo
Output for 5.6.18
5.6.18 foo
Output for 5.6.17
5.6.17 foo
Output for 5.6.16
5.6.16 foo
Output for 5.6.15
5.6.15 foo
Output for 5.6.14
5.6.14 foo
Output for 5.6.13
5.6.13 foo
Output for 5.6.12
5.6.12 foo
Output for 5.6.11
5.6.11 foo
Output for 5.6.10
5.6.10 foo
Output for 5.6.9
5.6.9 foo
Output for 5.6.8
5.6.8 foo
Output for 5.5.35
5.5.35 foo
Output for 5.5.34
5.5.34 foo
Output for 5.5.33
5.5.33 foo
Output for 5.5.32
5.5.32 foo
Output for 5.5.31
5.5.31 foo
Output for 5.5.30
5.5.30 foo
Output for 5.5.29
5.5.29 foo
Output for 5.5.28
5.5.28 foo
Output for 5.5.27
5.5.27 foo
Output for 5.5.26
5.5.26 foo
Output for 5.5.25
5.5.25 foo
Output for 5.5.24
5.5.24 foo

preferences:
42.97 ms | 406 KiB | 5 Q