3v4l.org

run code in 300+ PHP versions simultaneously
<?php class testing { public function test ($varr = false, $count, &$array = array()){ if ($count > 2) return 1; $array[] = $this->test($count+1); return $array; } } $testme = new testing(); //var_dump($testme->test()); var_dump($testme->test(true));
Output for 8.1.28, 8.2.15 - 8.2.18, 8.3.2 - 8.3.7
Deprecated: Optional parameter $varr declared before required parameter $count is implicitly treated as a required parameter in /in/5PFH5 on line 3 Fatal error: Uncaught ArgumentCountError: Too few arguments to function testing::test(), 1 passed in /in/5PFH5 on line 15 and at least 2 expected in /in/5PFH5:3 Stack trace: #0 /in/5PFH5(15): testing->test(true) #1 {main} thrown in /in/5PFH5 on line 3
Process exited with code 255.
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
Fatal error: Uncaught ArgumentCountError: Too few arguments to function testing::test(), 1 passed in /in/5PFH5 on line 15 and at least 2 expected in /in/5PFH5:3 Stack trace: #0 /in/5PFH5(15): testing->test(true) #1 {main} thrown in /in/5PFH5 on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33
Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 15 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined variable: count in /in/5PFH5 on line 7 Warning: Missing argument 2 for testing::test(), called in /in/5PFH5 on line 7 and defined in /in/5PFH5 on line 3 Notice: Undefined variable: count in /in/5PFH5 on line 4 Notice: Undefined vari
Process exited with code 137.

preferences:
341.65 ms | 438 KiB | 283 Q