3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo PHP_VERSION; class Test { public $foo = 1; public $bar = 2; public function test() { $class = new ReflectionClass(get_class($this)); $names = array(); foreach($class->getProperties() as $property) { $names[] = $property->getName(); // This code works: // $names[] = $property->name; } return $names; } } $test = new Test(); var_dump($test->test());
Output for 8.3.4
8.3.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.3.3
8.3.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.3.2
8.3.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.3.1
8.3.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.3.0
8.3.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.17
8.2.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.16
8.2.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.15
8.2.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.14
8.2.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.13
8.2.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.12
8.2.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.11
8.2.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.10
8.2.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.9
8.2.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.8
8.2.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.7
8.2.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.6
8.2.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.5
8.2.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.4
8.2.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.3
8.2.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.2
8.2.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.1
8.2.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.2.0
8.2.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.27
8.1.27array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.26
8.1.26array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.25
8.1.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.24
8.1.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.23
8.1.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.22
8.1.22array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.21
8.1.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.20
8.1.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.19
8.1.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.18
8.1.18array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.17
8.1.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.16
8.1.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.15
8.1.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.14
8.1.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.13
8.1.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.12
8.1.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.11
8.1.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.10
8.1.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.9
8.1.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.8
8.1.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.7
8.1.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.6
8.1.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.5
8.1.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.4
8.1.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.3
8.1.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.2
8.1.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.1
8.1.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.1.0
8.1.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.30
8.0.30array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.29
8.0.29array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.28
8.0.28array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.27
8.0.27array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.26
8.0.26array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.25
8.0.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.24
8.0.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.23
8.0.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.22
8.0.22array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.21
8.0.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.20
8.0.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.19
8.0.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.18
8.0.18array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.17
8.0.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.16
8.0.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.15
8.0.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.14
8.0.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.13
8.0.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.12
8.0.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.11
8.0.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.10
8.0.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.9
8.0.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.8
8.0.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.7
8.0.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.6
8.0.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.5
8.0.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.3
8.0.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.2
8.0.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.1
8.0.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 8.0.0
8.0.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.33
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.33array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.32
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.32array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.30
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.30array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.29
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.29array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.28
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.28array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.27
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.27array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.26
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.26array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.25
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.24
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.23
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.22
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.22array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.21
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.19
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.16
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.15
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.14
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.13
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.11
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.10
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.9
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.8
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.6
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.5
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.4
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.4.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.4.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.33
7.3.33array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.32
7.3.32array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.31
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.31array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.30
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.30array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.29
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.29array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.28
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.28array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.27
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.27array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.26
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.26array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.25
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.24
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.23
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.21
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.19
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.18
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.18array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.17
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.16
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.3.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.3.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.33
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.33array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.32
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.32array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.31
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.31array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.30
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.30array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.29
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.29array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.13
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.11
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.10
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.9
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.8
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.6
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.5
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.4
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.2
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.1
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.2.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.2.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.25
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.24
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.23
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.22
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.22array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.21
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.19
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.18
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.18array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.17
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.16
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.15
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.14
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.13
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.11
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.10
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.9
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.8
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.6
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.5
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.4
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.2
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.1
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.1.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.1.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.33
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.33array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.32
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.32array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.31
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.31array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.30
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.30array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.29
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.29array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.28
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.28array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.27
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.27array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.26
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.26array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.25
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.24
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.23
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.22
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.22array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.21
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.19
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.18
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.18array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.17
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.16
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.15
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.14
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.13
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.11
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.10
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.9
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.8
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.7
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.6
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.5
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.4
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.2
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.1
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 7.0.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Test has a deprecated constructor in /in/GmpKn on line 4 7.0.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.38
5.6.38array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.37
5.6.37array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.36
5.6.36array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.35
5.6.35array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.34
5.6.34array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.33
5.6.33array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.32
5.6.32array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.31
5.6.31array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.30
5.6.30array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.29
5.6.29array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.28
5.6.28array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.27
5.6.27array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.26
5.6.26array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.25
5.6.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.24
5.6.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.23
5.6.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.22
5.6.22array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.21
5.6.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.20
5.6.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.19
5.6.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.18
5.6.18array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.17
5.6.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.16
5.6.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.15
5.6.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.14
5.6.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.13
5.6.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.12
5.6.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.11
5.6.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.10
5.6.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.9
5.6.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.8
5.6.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.7
5.6.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.6
5.6.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.5
5.6.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.4
5.6.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.3
5.6.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.2
5.6.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.1
5.6.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.6.0
5.6.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.38
5.5.38array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.37
5.5.37array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.36
5.5.36array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.35
5.5.35array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.34
5.5.34array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.33
5.5.33array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.32
5.5.32array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.31
5.5.31array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.30
5.5.30array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.29
5.5.29array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.28
5.5.28array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.27
5.5.27array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.26
5.5.26array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.25
5.5.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.24
5.5.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.23
5.5.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.22
5.5.22array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.21
5.5.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.20
5.5.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.19
5.5.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.18
5.5.18array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.17
5.5.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.16
5.5.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.15
5.5.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.14
5.5.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.13
5.5.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.12
5.5.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.11
5.5.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.10
5.5.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.9
5.5.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.8
5.5.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.7
5.5.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.6
5.5.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.5
5.5.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.4
5.5.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.3
5.5.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.2
5.5.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.1
5.5.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.5.0
5.5.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.45
5.4.45array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.44
5.4.44array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.43
5.4.43array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.42
5.4.42array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.41
5.4.41array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.40
5.4.40array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.39
5.4.39array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.38
5.4.38array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.37
5.4.37array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.36
5.4.36array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.35
5.4.35array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.34
5.4.34array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.33
5.4.33array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.32
5.4.32array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.31
5.4.31array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.30
5.4.30array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.29
5.4.29array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.28
5.4.28array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.27
5.4.27array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.26
5.4.26array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.25
5.4.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.24
5.4.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.23
5.4.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.22
5.4.22array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.21
5.4.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.20
5.4.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.19
5.4.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.18
5.4.18array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.17
5.4.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.16
5.4.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.15
5.4.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.14
5.4.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.13
5.4.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.12
5.4.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.11
5.4.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.10
5.4.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.9
5.4.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.8
5.4.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.7
5.4.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.6
5.4.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.5
5.4.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.4
5.4.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.3
5.4.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.2
5.4.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.1
5.4.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.4.0
5.4.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.29
5.3.29array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.28
5.3.28array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.27
5.3.27array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.26
5.3.26array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.25
5.3.25array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.24
5.3.24array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.23
5.3.23array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.22
5.3.22array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.21
5.3.21array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.20
5.3.20array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.19
5.3.19array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.18
5.3.18array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.17
5.3.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.16
5.3.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.15
5.3.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.14
5.3.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.13
5.3.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.12
5.3.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.11
5.3.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.10
5.3.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.9
5.3.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.8
5.3.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.7
5.3.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.6
5.3.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.5
5.3.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.4
5.3.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.3
5.3.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.2
5.3.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.1
5.3.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.3.0
5.3.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.17
5.2.17array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.16
5.2.16array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.15
5.2.15array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.14
5.2.14array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.13
5.2.13array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.12
5.2.12array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.11
5.2.11array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.10
5.2.10array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.9
5.2.9array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.8
5.2.8array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.7
5.2.7array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.6
5.2.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.5
5.2.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.4
5.2.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.3
5.2.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.2
5.2.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.1
5.2.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.2.0
5.2.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.1.6
5.1.6array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.1.5
5.1.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.1.4
5.1.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.1.3
5.1.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.1.2
5.1.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.1.1
5.1.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.1.0
5.1.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.0.5
5.0.5array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.0.4
5.0.4array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.0.3
5.0.3array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.0.2
5.0.2array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.0.1
5.0.1array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 5.0.0
5.0.0array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/GmpKn on line 5
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
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/GmpKn on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/GmpKn on line 5
Process exited with code 255.

preferences:
280.61 ms | 401 KiB | 420 Q