3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Enter your code here, enjoy! $array = array("1" => "PHP code tester Sandbox Online", "foo" => "bar", 5 , 5 => 89009, "case" => "Random Stuff", "PHP Version" => phpversion() ); foreach( $array as $key => $value ){ echo $key."\t=>\t".$value."\n"; } debug_zval_dump($array);
Output for 7.4.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.4.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.4.0" refcount(2) }
Output for 7.3.12
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.12 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.3.12" refcount(2) }
Output for 7.3.11
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.11 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.3.11" refcount(2) }
Output for 7.3.10
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.10 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.3.10" refcount(2) }
Output for 7.3.9
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.9 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.9" refcount(2) }
Output for 7.3.8
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.8 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.8" refcount(2) }
Output for 7.3.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.7" refcount(2) }
Output for 7.3.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.6" refcount(2) }
Output for 7.3.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.5" refcount(2) }
Output for 7.3.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.4" refcount(2) }
Output for 7.3.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.3" refcount(2) }
Output for 7.3.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.2" refcount(2) }
Output for 7.3.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.1" refcount(2) }
Output for 7.3.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.3.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.3.0" refcount(2) }
Output for 7.2.25
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.25 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.2.25" refcount(2) }
Output for 7.2.24
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.24 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.2.24" refcount(2) }
Output for 7.2.23
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.23 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.2.23" refcount(2) }
Output for 7.2.22
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.22 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.2.22" refcount(2) }
Output for 7.2.21
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.21 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.2.21" refcount(2) }
Output for 7.2.20
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.20 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.2.20" refcount(2) }
Output for 7.2.19
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.19 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.2.19" refcount(2) }
Output for 7.2.18
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.18 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.2.18" refcount(2) }
Output for 7.2.17
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.17 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.2.17" refcount(2) }
Output for 7.2.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.2.6" refcount(2) }
Output for 7.2.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.2.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.2.0" refcount(2) }
Output for 7.1.33
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.33 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.33" refcount(2) }
Output for 7.1.32
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.32 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.32" refcount(2) }
Output for 7.1.31
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.31 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.31" refcount(2) }
Output for 7.1.30
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.30 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.30" refcount(2) }
Output for 7.1.29
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.29 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.29" refcount(2) }
Output for 7.1.28
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.28 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.28" refcount(2) }
Output for 7.1.27
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.27 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.27" refcount(2) }
Output for 7.1.26
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.26 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.26" refcount(2) }
Output for 7.1.20
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.20 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.20" refcount(2) }
Output for 7.1.10
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.10 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.1.10" refcount(2) }
Output for 7.1.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.1.7" refcount(2) }
Output for 7.1.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(2) ["foo"]=> string(3) "bar" refcount(2) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(2) ["PHP Version"]=> string(5) "7.1.6" refcount(2) }
Output for 7.1.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(2) ["foo"]=> string(3) "bar" refcount(2) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(2) ["PHP Version"]=> string(5) "7.1.5" refcount(2) }
Output for 7.1.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.1.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.1.0" refcount(2) }
Output for 7.0.20
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.20 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.0.20" refcount(2) }
Output for 7.0.14
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.14 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "7.0.14" refcount(2) }
Output for 7.0.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.0.7" refcount(2) }
Output for 7.0.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.0.6" refcount(2) }
Output for 7.0.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.0.5" refcount(2) }
Output for 7.0.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.0.4" refcount(2) }
Output for 7.0.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.0.3" refcount(2) }
Output for 7.0.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.0.2" refcount(2) }
Output for 7.0.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.0.1" refcount(2) }
Output for 7.0.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 7.0.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> int(5) [5]=> int(89009) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "7.0.0" refcount(2) }
Output for 5.6.28
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.28 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.28" refcount(2) }
Output for 5.6.22
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.22 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.22" refcount(2) }
Output for 5.6.21
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.21 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.21" refcount(2) }
Output for 5.6.20
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.20 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.20" refcount(2) }
Output for 5.6.19
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.19 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.19" refcount(2) }
Output for 5.6.18
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.18 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.18" refcount(2) }
Output for 5.6.17
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.17 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.17" refcount(2) }
Output for 5.6.16
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.16 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.16" refcount(2) }
Output for 5.6.15
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.15 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.15" refcount(2) }
Output for 5.6.14
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.14 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.14" refcount(2) }
Output for 5.6.13
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.13 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.13" refcount(2) }
Output for 5.6.12
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.12 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.12" refcount(2) }
Output for 5.6.11
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.11 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.11" refcount(2) }
Output for 5.6.10
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.10 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.6.10" refcount(2) }
Output for 5.6.9
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.9 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.9" refcount(2) }
Output for 5.6.8
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.8 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.8" refcount(2) }
Output for 5.6.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.7" refcount(2) }
Output for 5.6.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.6" refcount(2) }
Output for 5.6.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.5" refcount(2) }
Output for 5.6.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.4" refcount(2) }
Output for 5.6.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.3" refcount(2) }
Output for 5.6.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.2" refcount(2) }
Output for 5.6.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.1" refcount(2) }
Output for 5.6.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.6.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.6.0" refcount(2) }
Output for 5.5.36
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.36 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.36" refcount(2) }
Output for 5.5.35
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.35 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.35" refcount(2) }
Output for 5.5.34
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.34 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.34" refcount(2) }
Output for 5.5.33
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.33 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.33" refcount(2) }
Output for 5.5.32
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.32 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.32" refcount(2) }
Output for 5.5.31
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.31 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.31" refcount(2) }
Output for 5.5.30
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.30 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.30" refcount(2) }
Output for 5.5.29
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.29 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.29" refcount(2) }
Output for 5.5.28
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.28 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.28" refcount(2) }
Output for 5.5.27
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.27 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.27" refcount(2) }
Output for 5.5.26
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.26 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.26" refcount(2) }
Output for 5.5.25
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.25 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.25" refcount(2) }
Output for 5.5.24
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.24 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.24" refcount(2) }
Output for 5.5.23
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.23 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.23" refcount(2) }
Output for 5.5.22
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.22 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.22" refcount(2) }
Output for 5.5.21
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.21 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.21" refcount(2) }
Output for 5.5.20
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.20 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.20" refcount(2) }
Output for 5.5.19
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.19 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.19" refcount(2) }
Output for 5.5.18
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.18 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.18" refcount(2) }
Output for 5.5.16
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.16 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.16" refcount(2) }
Output for 5.5.15
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.15 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.15" refcount(2) }
Output for 5.5.14
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.14 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.14" refcount(2) }
Output for 5.5.13
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.13 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.13" refcount(2) }
Output for 5.5.12
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.12 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.12" refcount(2) }
Output for 5.5.11
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.11 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.11" refcount(2) }
Output for 5.5.10
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.10 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.5.10" refcount(2) }
Output for 5.5.9
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.9 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.9" refcount(2) }
Output for 5.5.8
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.8 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.8" refcount(2) }
Output for 5.5.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.7" refcount(2) }
Output for 5.5.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.6" refcount(2) }
Output for 5.5.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.5" refcount(2) }
Output for 5.5.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.4" refcount(2) }
Output for 5.5.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.3" refcount(2) }
Output for 5.5.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.2" refcount(2) }
Output for 5.5.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.1" refcount(2) }
Output for 5.5.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.5.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.5.0" refcount(2) }
Output for 5.4.45
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.45 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.45" refcount(2) }
Output for 5.4.44
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.44 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.44" refcount(2) }
Output for 5.4.43
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.43 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.43" refcount(2) }
Output for 5.4.42
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.42 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.42" refcount(2) }
Output for 5.4.41
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.41 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.41" refcount(2) }
Output for 5.4.40
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.40 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.40" refcount(2) }
Output for 5.4.39
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.39 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.39" refcount(2) }
Output for 5.4.38
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.38 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.38" refcount(2) }
Output for 5.4.37
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.37 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.37" refcount(2) }
Output for 5.4.36
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.36 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.36" refcount(2) }
Output for 5.4.35
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.35 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.35" refcount(2) }
Output for 5.4.34
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.34 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.34" refcount(2) }
Output for 5.4.32
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.32 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.32" refcount(2) }
Output for 5.4.31
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.31 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.31" refcount(2) }
Output for 5.4.30
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.30 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.30" refcount(2) }
Output for 5.4.29
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.29 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.29" refcount(2) }
Output for 5.4.28
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.28 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.28" refcount(2) }
Output for 5.4.27
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.27 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.27" refcount(2) }
Output for 5.4.26
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.26 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.26" refcount(2) }
Output for 5.4.25
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.25 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.25" refcount(2) }
Output for 5.4.24
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.24 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.24" refcount(2) }
Output for 5.4.23
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.23 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.23" refcount(2) }
Output for 5.4.22
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.22 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.22" refcount(2) }
Output for 5.4.21
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.21 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.21" refcount(2) }
Output for 5.4.20
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.20 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.20" refcount(2) }
Output for 5.4.19
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.19 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.19" refcount(2) }
Output for 5.4.18
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.18 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.18" refcount(2) }
Output for 5.4.17
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.17 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.17" refcount(2) }
Output for 5.4.16
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.16 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.16" refcount(2) }
Output for 5.4.15
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.15 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.15" refcount(2) }
Output for 5.4.14
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.14 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.14" refcount(2) }
Output for 5.4.13
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.13 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.13" refcount(2) }
Output for 5.4.12
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.12 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.12" refcount(2) }
Output for 5.4.11
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.11 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.11" refcount(2) }
Output for 5.4.10
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.10 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.4.10" refcount(2) }
Output for 5.4.9
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.9 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.9" refcount(2) }
Output for 5.4.8
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.8 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.8" refcount(2) }
Output for 5.4.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.7" refcount(2) }
Output for 5.4.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.6" refcount(2) }
Output for 5.4.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.5" refcount(2) }
Output for 5.4.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.4" refcount(2) }
Output for 5.4.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.3" refcount(2) }
Output for 5.4.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.2" refcount(2) }
Output for 5.4.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.1" refcount(2) }
Output for 5.4.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.4.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.4.0" refcount(2) }
Output for 5.3.29
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.29 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.29" refcount(2) }
Output for 5.3.28
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.28 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.28" refcount(2) }
Output for 5.3.27
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.27 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.27" refcount(2) }
Output for 5.3.26
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.26 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.26" refcount(2) }
Output for 5.3.25
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.25 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.25" refcount(2) }
Output for 5.3.24
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.24 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.24" refcount(2) }
Output for 5.3.23
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.23 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.23" refcount(2) }
Output for 5.3.22
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.22 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.22" refcount(2) }
Output for 5.3.21
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.21 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.21" refcount(2) }
Output for 5.3.20
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.20 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.20" refcount(2) }
Output for 5.3.19
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.19 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.19" refcount(2) }
Output for 5.3.18
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.18 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.18" refcount(2) }
Output for 5.3.17
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.17 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.17" refcount(2) }
Output for 5.3.16
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.16 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.16" refcount(2) }
Output for 5.3.15
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.15 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.15" refcount(2) }
Output for 5.3.14
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.14 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.14" refcount(2) }
Output for 5.3.13
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.13 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.13" refcount(2) }
Output for 5.3.12
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.12 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.12" refcount(2) }
Output for 5.3.11
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.11 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.11" refcount(2) }
Output for 5.3.10
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.10 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.3.10" refcount(2) }
Output for 5.3.9
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.9 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.9" refcount(2) }
Output for 5.3.8
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.8 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.8" refcount(2) }
Output for 5.3.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.7" refcount(2) }
Output for 5.3.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.6" refcount(2) }
Output for 5.3.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.5" refcount(2) }
Output for 5.3.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.4" refcount(2) }
Output for 5.3.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.3" refcount(2) }
Output for 5.3.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.2" refcount(2) }
Output for 5.3.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.1" refcount(2) }
Output for 5.3.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.3.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.3.0" refcount(2) }
Output for 5.2.17
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.17 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.2.17" refcount(2) }
Output for 5.2.16
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.16 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.2.16" refcount(2) }
Output for 5.2.15
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.15 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.2.15" refcount(2) }
Output for 5.2.14
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.14 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.2.14" refcount(2) }
Output for 5.2.13
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.13 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.2.13" refcount(2) }
Output for 5.2.12
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.12 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.2.12" refcount(2) }
Output for 5.2.11
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.11 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.2.11" refcount(2) }
Output for 5.2.10
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.10 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "5.2.10" refcount(2) }
Output for 5.2.9
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.9 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.9" refcount(2) }
Output for 5.2.8
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.8 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.8" refcount(2) }
Output for 5.2.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.7" refcount(2) }
Output for 5.2.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.6" refcount(2) }
Output for 5.2.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.5" refcount(2) }
Output for 5.2.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.4" refcount(2) }
Output for 5.2.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.3" refcount(2) }
Output for 5.2.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.2" refcount(2) }
Output for 5.2.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.1" refcount(2) }
Output for 5.2.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.2.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.2.0" refcount(2) }
Output for 5.1.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.1.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.1.6" refcount(2) }
Output for 5.1.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.1.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.1.5" refcount(2) }
Output for 5.1.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.1.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.1.4" refcount(2) }
Output for 5.1.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.1.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.1.3" refcount(2) }
Output for 5.1.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.1.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.1.2" refcount(2) }
Output for 5.1.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.1.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.1.1" refcount(2) }
Output for 5.1.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.1.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.1.0" refcount(2) }
Output for 5.0.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.0.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.0.5" refcount(2) }
Output for 5.0.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.0.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.0.4" refcount(2) }
Output for 5.0.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.0.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.0.3" refcount(2) }
Output for 5.0.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.0.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.0.2" refcount(2) }
Output for 5.0.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.0.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.0.1" refcount(2) }
Output for 5.0.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 5.0.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "5.0.0" refcount(2) }
Output for 4.4.9
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.9 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.9" refcount(2) }
Output for 4.4.8
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.8 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.8" refcount(2) }
Output for 4.4.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.7" refcount(2) }
Output for 4.4.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.6" refcount(2) }
Output for 4.4.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.5" refcount(2) }
Output for 4.4.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.4" refcount(2) }
Output for 4.4.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.3" refcount(2) }
Output for 4.4.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.2" refcount(2) }
Output for 4.4.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.1" refcount(2) }
Output for 4.4.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.4.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.4.0" refcount(2) }
Output for 4.3.11
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.11 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "4.3.11" refcount(2) }
Output for 4.3.10
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.10 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(6) "4.3.10" refcount(2) }
Output for 4.3.9
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.9 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.9" refcount(2) }
Output for 4.3.8
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.8 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.8" refcount(2) }
Output for 4.3.7
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.7 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.7" refcount(2) }
Output for 4.3.6
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.6 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.6" refcount(2) }
Output for 4.3.5
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.5 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.5" refcount(2) }
Output for 4.3.4
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.4 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.4" refcount(2) }
Output for 4.3.3
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.3 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.3" refcount(2) }
Output for 4.3.2
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.2 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.2" refcount(2) }
Output for 4.3.1
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.1 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.1" refcount(2) }
Output for 4.3.0
1 => PHP code tester Sandbox Online foo => bar 2 => 5 5 => 89009 case => Random Stuff PHP Version => 4.3.0 array(6) refcount(2){ [1]=> string(30) "PHP code tester Sandbox Online" refcount(1) ["foo"]=> string(3) "bar" refcount(1) [2]=> long(5) refcount(1) [5]=> long(89009) refcount(1) ["case"]=> string(12) "Random Stuff" refcount(1) ["PHP Version"]=> string(5) "4.3.0" refcount(2) }

preferences:
158.7 ms | 402 KiB | 242 Q