3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Foo\PHP7; class Foo {} namespace Foo\PHP5; class Foo {} namespace Foo; if (version_compare(PHP_VERSION, '7.0.0', '<')) { echo PHP_VERSION; class_alias('\Foo\PHP5\Foo', '\Foo\Foo'); } else { echo PHP_VERSION; class_alias('\Foo\PHP7\Foo', '\Foo\Foo'); } $a = new \Foo\Foo(); var_Dump(get_class($a));
Output for 8.3.4
8.3.4string(12) "Foo\PHP7\Foo"
Output for 8.3.3
8.3.3string(12) "Foo\PHP7\Foo"
Output for 8.3.2
8.3.2string(12) "Foo\PHP7\Foo"
Output for 8.3.1
8.3.1string(12) "Foo\PHP7\Foo"
Output for 8.3.0
8.3.0string(12) "Foo\PHP7\Foo"
Output for 8.2.17
8.2.17string(12) "Foo\PHP7\Foo"
Output for 8.2.16
8.2.16string(12) "Foo\PHP7\Foo"
Output for 8.2.15
8.2.15string(12) "Foo\PHP7\Foo"
Output for 8.2.14
8.2.14string(12) "Foo\PHP7\Foo"
Output for 8.2.13
8.2.13string(12) "Foo\PHP7\Foo"
Output for 8.2.12
8.2.12string(12) "Foo\PHP7\Foo"
Output for 8.2.11
8.2.11string(12) "Foo\PHP7\Foo"
Output for 8.2.10
8.2.10string(12) "Foo\PHP7\Foo"
Output for 8.2.9
8.2.9string(12) "Foo\PHP7\Foo"
Output for 8.2.8
8.2.8string(12) "Foo\PHP7\Foo"
Output for 8.2.7
8.2.7string(12) "Foo\PHP7\Foo"
Output for 8.2.6
8.2.6string(12) "Foo\PHP7\Foo"
Output for 8.2.5
8.2.5string(12) "Foo\PHP7\Foo"
Output for 8.2.4
8.2.4string(12) "Foo\PHP7\Foo"
Output for 8.2.3
8.2.3string(12) "Foo\PHP7\Foo"
Output for 8.2.2
8.2.2string(12) "Foo\PHP7\Foo"
Output for 8.2.1
8.2.1string(12) "Foo\PHP7\Foo"
Output for 8.2.0
8.2.0string(12) "Foo\PHP7\Foo"
Output for 8.1.27
8.1.27string(12) "Foo\PHP7\Foo"
Output for 8.1.26
8.1.26string(12) "Foo\PHP7\Foo"
Output for 8.1.25
8.1.25string(12) "Foo\PHP7\Foo"
Output for 8.1.24
8.1.24string(12) "Foo\PHP7\Foo"
Output for 8.1.23
8.1.23string(12) "Foo\PHP7\Foo"
Output for 8.1.22
8.1.22string(12) "Foo\PHP7\Foo"
Output for 8.1.21
8.1.21string(12) "Foo\PHP7\Foo"
Output for 8.1.20
8.1.20string(12) "Foo\PHP7\Foo"
Output for 8.1.19
8.1.19string(12) "Foo\PHP7\Foo"
Output for 8.1.18
8.1.18string(12) "Foo\PHP7\Foo"
Output for 8.1.17
8.1.17string(12) "Foo\PHP7\Foo"
Output for 8.1.16
8.1.16string(12) "Foo\PHP7\Foo"
Output for 8.1.15
8.1.15string(12) "Foo\PHP7\Foo"
Output for 8.1.14
8.1.14string(12) "Foo\PHP7\Foo"
Output for 8.1.13
8.1.13string(12) "Foo\PHP7\Foo"
Output for 8.1.12
8.1.12string(12) "Foo\PHP7\Foo"
Output for 8.1.11
8.1.11string(12) "Foo\PHP7\Foo"
Output for 8.1.10
8.1.10string(12) "Foo\PHP7\Foo"
Output for 8.1.9
8.1.9string(12) "Foo\PHP7\Foo"
Output for 8.1.8
8.1.8string(12) "Foo\PHP7\Foo"
Output for 8.1.7
8.1.7string(12) "Foo\PHP7\Foo"
Output for 8.1.6
8.1.6string(12) "Foo\PHP7\Foo"
Output for 8.1.5
8.1.5string(12) "Foo\PHP7\Foo"
Output for 8.1.4
8.1.4string(12) "Foo\PHP7\Foo"
Output for 8.1.3
8.1.3string(12) "Foo\PHP7\Foo"
Output for 8.1.2
8.1.2string(12) "Foo\PHP7\Foo"
Output for 8.1.1
8.1.1string(12) "Foo\PHP7\Foo"
Output for 8.1.0
8.1.0string(12) "Foo\PHP7\Foo"
Output for 8.0.30
8.0.30string(12) "Foo\PHP7\Foo"
Output for 8.0.29
8.0.29string(12) "Foo\PHP7\Foo"
Output for 8.0.28
8.0.28string(12) "Foo\PHP7\Foo"
Output for 8.0.27
8.0.27string(12) "Foo\PHP7\Foo"
Output for 8.0.26
8.0.26string(12) "Foo\PHP7\Foo"
Output for 8.0.25
8.0.25string(12) "Foo\PHP7\Foo"
Output for 8.0.24
8.0.24string(12) "Foo\PHP7\Foo"
Output for 8.0.23
8.0.23string(12) "Foo\PHP7\Foo"
Output for 8.0.22
8.0.22string(12) "Foo\PHP7\Foo"
Output for 8.0.21
8.0.21string(12) "Foo\PHP7\Foo"
Output for 8.0.20
8.0.20string(12) "Foo\PHP7\Foo"
Output for 8.0.19
8.0.19string(12) "Foo\PHP7\Foo"
Output for 8.0.18
8.0.18string(12) "Foo\PHP7\Foo"
Output for 8.0.17
8.0.17string(12) "Foo\PHP7\Foo"
Output for 8.0.16
8.0.16string(12) "Foo\PHP7\Foo"
Output for 8.0.15
8.0.15string(12) "Foo\PHP7\Foo"
Output for 8.0.14
8.0.14string(12) "Foo\PHP7\Foo"
Output for 8.0.13
8.0.13string(12) "Foo\PHP7\Foo"
Output for 8.0.12
8.0.12string(12) "Foo\PHP7\Foo"
Output for 8.0.11
8.0.11string(12) "Foo\PHP7\Foo"
Output for 8.0.10
8.0.10string(12) "Foo\PHP7\Foo"
Output for 8.0.9
8.0.9string(12) "Foo\PHP7\Foo"
Output for 8.0.8
8.0.8string(12) "Foo\PHP7\Foo"
Output for 8.0.7
8.0.7string(12) "Foo\PHP7\Foo"
Output for 8.0.6
8.0.6string(12) "Foo\PHP7\Foo"
Output for 8.0.5
8.0.5string(12) "Foo\PHP7\Foo"
Output for 8.0.3
8.0.3string(12) "Foo\PHP7\Foo"
Output for 8.0.2
8.0.2string(12) "Foo\PHP7\Foo"
Output for 8.0.1
8.0.1string(12) "Foo\PHP7\Foo"
Output for 8.0.0
8.0.0string(12) "Foo\PHP7\Foo"
Output for 7.4.33
7.4.33string(12) "Foo\PHP7\Foo"
Output for 7.4.32
7.4.32string(12) "Foo\PHP7\Foo"
Output for 7.4.30
7.4.30string(12) "Foo\PHP7\Foo"
Output for 7.4.29
7.4.29string(12) "Foo\PHP7\Foo"
Output for 7.4.28
7.4.28string(12) "Foo\PHP7\Foo"
Output for 7.4.27
7.4.27string(12) "Foo\PHP7\Foo"
Output for 7.4.26
7.4.26string(12) "Foo\PHP7\Foo"
Output for 7.4.25
7.4.25string(12) "Foo\PHP7\Foo"
Output for 7.4.24
7.4.24string(12) "Foo\PHP7\Foo"
Output for 7.4.23
7.4.23string(12) "Foo\PHP7\Foo"
Output for 7.4.22
7.4.22string(12) "Foo\PHP7\Foo"
Output for 7.4.21
7.4.21string(12) "Foo\PHP7\Foo"
Output for 7.4.20
7.4.20string(12) "Foo\PHP7\Foo"
Output for 7.4.16
7.4.16string(12) "Foo\PHP7\Foo"
Output for 7.4.15
7.4.15string(12) "Foo\PHP7\Foo"
Output for 7.4.14
7.4.14string(12) "Foo\PHP7\Foo"
Output for 7.4.13
7.4.13string(12) "Foo\PHP7\Foo"
Output for 7.4.12
7.4.12string(12) "Foo\PHP7\Foo"
Output for 7.4.11
7.4.11string(12) "Foo\PHP7\Foo"
Output for 7.4.10
7.4.10string(12) "Foo\PHP7\Foo"
Output for 7.4.9
7.4.9string(12) "Foo\PHP7\Foo"
Output for 7.4.8
7.4.8string(12) "Foo\PHP7\Foo"
Output for 7.4.7
7.4.7string(12) "Foo\PHP7\Foo"
Output for 7.4.6
7.4.6string(12) "Foo\PHP7\Foo"
Output for 7.4.5
7.4.5string(12) "Foo\PHP7\Foo"
Output for 7.4.4
7.4.4string(12) "Foo\PHP7\Foo"
Output for 7.4.3
7.4.3string(12) "Foo\PHP7\Foo"
Output for 7.4.0
7.4.0string(12) "Foo\PHP7\Foo"
Output for 7.3.33
7.3.33string(12) "Foo\PHP7\Foo"
Output for 7.3.32
7.3.32string(12) "Foo\PHP7\Foo"
Output for 7.3.31
7.3.31string(12) "Foo\PHP7\Foo"
Output for 7.3.30
7.3.30string(12) "Foo\PHP7\Foo"
Output for 7.3.29
7.3.29string(12) "Foo\PHP7\Foo"
Output for 7.3.28
7.3.28string(12) "Foo\PHP7\Foo"
Output for 7.3.27
7.3.27string(12) "Foo\PHP7\Foo"
Output for 7.3.26
7.3.26string(12) "Foo\PHP7\Foo"
Output for 7.3.25
7.3.25string(12) "Foo\PHP7\Foo"
Output for 7.3.24
7.3.24string(12) "Foo\PHP7\Foo"
Output for 7.3.23
7.3.23string(12) "Foo\PHP7\Foo"
Output for 7.3.21
7.3.21string(12) "Foo\PHP7\Foo"
Output for 7.3.20
7.3.20string(12) "Foo\PHP7\Foo"
Output for 7.3.19
7.3.19string(12) "Foo\PHP7\Foo"
Output for 7.3.18
7.3.18string(12) "Foo\PHP7\Foo"
Output for 7.3.17
7.3.17string(12) "Foo\PHP7\Foo"
Output for 7.3.16
7.3.16string(12) "Foo\PHP7\Foo"
Output for 7.2.33
7.2.33string(12) "Foo\PHP7\Foo"
Output for 7.2.32
7.2.32string(12) "Foo\PHP7\Foo"
Output for 7.2.31
7.2.31string(12) "Foo\PHP7\Foo"
Output for 7.2.30
7.2.30string(12) "Foo\PHP7\Foo"
Output for 7.2.29
7.2.29string(12) "Foo\PHP7\Foo"
Output for 7.2.6
7.2.6string(12) "Foo\PHP7\Foo"
Output for 7.2.5
7.2.5string(12) "Foo\PHP7\Foo"
Output for 7.2.0
7.2.0string(12) "Foo\PHP7\Foo"
Output for 7.1.20
7.1.20string(12) "Foo\PHP7\Foo"
Output for 7.1.7
7.1.7string(12) "Foo\PHP7\Foo"
Output for 7.1.6
7.1.6string(12) "Foo\PHP7\Foo"
Output for 7.1.5
7.1.5string(12) "Foo\PHP7\Foo"
Output for 7.1.0
7.1.0string(12) "Foo\PHP7\Foo"
Output for 7.0.20
7.0.20string(12) "Foo\PHP7\Foo"
Output for 7.0.6
7.0.6string(12) "Foo\PHP7\Foo"
Output for 7.0.5
7.0.5string(12) "Foo\PHP7\Foo"
Output for 7.0.4
7.0.4string(12) "Foo\PHP7\Foo"
Output for 7.0.3
7.0.3string(12) "Foo\PHP7\Foo"
Output for 7.0.2
7.0.2string(12) "Foo\PHP7\Foo"
Output for 7.0.1
7.0.1string(12) "Foo\PHP7\Foo"
Output for 7.0.0
7.0.0string(12) "Foo\PHP7\Foo"
Output for 5.6.28
5.6.28string(12) "Foo\PHP5\Foo"
Output for 5.6.21
5.6.21string(12) "Foo\PHP5\Foo"
Output for 5.6.20
5.6.20string(12) "Foo\PHP5\Foo"
Output for 5.6.19
5.6.19string(12) "Foo\PHP5\Foo"
Output for 5.6.18
5.6.18string(12) "Foo\PHP5\Foo"
Output for 5.6.17
5.6.17string(12) "Foo\PHP5\Foo"
Output for 5.6.16
5.6.16string(12) "Foo\PHP5\Foo"
Output for 5.6.15
5.6.15string(12) "Foo\PHP5\Foo"
Output for 5.6.14
5.6.14string(12) "Foo\PHP5\Foo"
Output for 5.6.13
5.6.13string(12) "Foo\PHP5\Foo"
Output for 5.6.12
5.6.12string(12) "Foo\PHP5\Foo"
Output for 5.6.11
5.6.11string(12) "Foo\PHP5\Foo"
Output for 5.6.10
5.6.10string(12) "Foo\PHP5\Foo"
Output for 5.6.9
5.6.9string(12) "Foo\PHP5\Foo"
Output for 5.6.8
5.6.8string(12) "Foo\PHP5\Foo"
Output for 5.5.35
5.5.35string(12) "Foo\PHP5\Foo"
Output for 5.5.34
5.5.34string(12) "Foo\PHP5\Foo"
Output for 5.5.33
5.5.33string(12) "Foo\PHP5\Foo"
Output for 5.5.32
5.5.32string(12) "Foo\PHP5\Foo"
Output for 5.5.31
5.5.31string(12) "Foo\PHP5\Foo"
Output for 5.5.30
5.5.30string(12) "Foo\PHP5\Foo"
Output for 5.5.29
5.5.29string(12) "Foo\PHP5\Foo"
Output for 5.5.28
5.5.28string(12) "Foo\PHP5\Foo"
Output for 5.5.27
5.5.27string(12) "Foo\PHP5\Foo"
Output for 5.5.26
5.5.26string(12) "Foo\PHP5\Foo"
Output for 5.5.25
5.5.25string(12) "Foo\PHP5\Foo"
Output for 5.5.24
5.5.24string(12) "Foo\PHP5\Foo"
Output for 5.4.45
5.4.45string(12) "Foo\PHP5\Foo"
Output for 5.4.44
5.4.44string(12) "Foo\PHP5\Foo"
Output for 5.4.43
5.4.43string(12) "Foo\PHP5\Foo"
Output for 5.4.42
5.4.42string(12) "Foo\PHP5\Foo"
Output for 5.4.41
5.4.41string(12) "Foo\PHP5\Foo"
Output for 5.4.40
5.4.40string(12) "Foo\PHP5\Foo"
Output for 5.4.39
5.4.39string(12) "Foo\PHP5\Foo"
Output for 5.4.38
5.4.38string(12) "Foo\PHP5\Foo"
Output for 5.4.37
5.4.37string(12) "Foo\PHP5\Foo"
Output for 5.4.36
5.4.36string(12) "Foo\PHP5\Foo"
Output for 5.4.35
5.4.35string(12) "Foo\PHP5\Foo"
Output for 5.4.34
5.4.34string(12) "Foo\PHP5\Foo"
Output for 5.4.32
5.4.32string(12) "Foo\PHP5\Foo"
Output for 5.4.31
5.4.31string(12) "Foo\PHP5\Foo"
Output for 5.4.30
5.4.30string(12) "Foo\PHP5\Foo"
Output for 5.4.29
5.4.29string(12) "Foo\PHP5\Foo"
Output for 5.4.28
5.4.28string(12) "Foo\PHP5\Foo"
Output for 5.4.27
5.4.27string(12) "Foo\PHP5\Foo"
Output for 5.4.26
5.4.26string(12) "Foo\PHP5\Foo"
Output for 5.4.25
5.4.25string(12) "Foo\PHP5\Foo"
Output for 5.4.24
5.4.24string(12) "Foo\PHP5\Foo"
Output for 5.4.23
5.4.23string(12) "Foo\PHP5\Foo"
Output for 5.4.22
5.4.22string(12) "Foo\PHP5\Foo"
Output for 5.4.21
5.4.21string(12) "Foo\PHP5\Foo"
Output for 5.4.20
5.4.20string(12) "Foo\PHP5\Foo"
Output for 5.4.19
5.4.19 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.18
5.4.18 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.17
5.4.17 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.16
5.4.16 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.15
5.4.15 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.14
5.4.14 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.13
5.4.13 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.12
5.4.12 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.11
5.4.11 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.10
5.4.10 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.9
5.4.9 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.8
5.4.8 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.7
5.4.7 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.6
5.4.6 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.5
5.4.5 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.4
5.4.4 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.3
5.4.3 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.2
5.4.2 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.1
5.4.1 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.4.0
5.4.0 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.29
5.3.29 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.28
5.3.28 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.27
5.3.27 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.26
5.3.26 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.25
5.3.25 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.24
5.3.24 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.23
5.3.23 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.22
5.3.22 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.21
5.3.21 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.20
5.3.20 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.19
5.3.19 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.18
5.3.18 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.17
5.3.17 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.16
5.3.16 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.15
5.3.15 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.14
5.3.14 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.13
5.3.13 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.12
5.3.12 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.11
5.3.11 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.10
5.3.10 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.9
5.3.9 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.8
5.3.8 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.7
5.3.7 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.6
5.3.6 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.5
5.3.5 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.4
5.3.4 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.3
5.3.3 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.2
5.3.2 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.1
5.3.1 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 5.3.0
5.3.0 Fatal error: Class 'Foo\Foo' not found in /in/c4Wi7 on line 18
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_STRING in /in/c4Wi7 on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_STRING in /in/c4Wi7 on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/c4Wi7 on line 3
Process exited with code 255.

preferences:
235.54 ms | 401 KiB | 307 Q