3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a($b = null, DateTime $c) { var_dump([$b,$c]); } a("bee",new DateTime()); a(new DateTime());
Output for 8.3.6
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.010375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.3.5
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.010958" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.3.4
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.010390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.3.3
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.007302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.3.2
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003811" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.3.1
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003973" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.3.0
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.18
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008592" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.17
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.010076" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.16
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.006519" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.15
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003896" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.14
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003745" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.13
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003710" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.12
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003706" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.11
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004004" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.10
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.005357" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.9
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.8
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003923" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.7
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.6
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003819" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.5
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.4
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003725" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.3
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003904" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.2
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.1
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.2.0
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003947" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.28
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.006813" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.27
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.006952" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.26
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003597" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.25
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003465" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.24
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.23
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.005133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.22
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.21
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003747" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.20
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004093" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.19
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.18
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003770" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.17
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003595" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.16
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003488" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.15
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004041" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.14
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003909" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.13
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003785" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.12
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003478" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.11
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003607" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.10
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004389" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.9
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.8
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.7
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003383" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.6
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.5
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.4
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003800" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.3
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003703" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.2
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003609" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.1
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003847" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.1.0
Deprecated: Optional parameter $b declared before required parameter $c is implicitly treated as a required parameter in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004559" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.7, 8.0.30
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003400" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.29
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003524" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.28
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003485" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.14, 8.0.27
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.26
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.25
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.24
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003732" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.23
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.22
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003332" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.21
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.20
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.12, 8.0.19
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003810" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.18
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003426" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.17
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003994" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.16
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003497" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.15
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003342" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.13
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 11:54:40.002075" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.11
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.10
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003460" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.9
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003925" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.8
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008327" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.6
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003391" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.5
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003481" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.3
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.007771" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.2
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.009447" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.1
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.004123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 8.0.0
Deprecated: Required parameter $c follows optional parameter $b in /in/AaCDo on line 3 array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.009043" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.33
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.001933" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.32
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.30
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003393" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.29
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.28
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003388" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.27
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003174" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.26
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003070" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.25
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.24
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.23
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.22
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.009189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.21
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.007232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.20
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003323" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.16
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.007860" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.15
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008770" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.14
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.013308" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.13
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.009249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.12
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008600" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.11
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008769" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.10
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008962" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.9
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008483" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.8
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.012064" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.7
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.6
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000286" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.5
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003223" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.4
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.3
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008547" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.4.0
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.33
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 11:54:40.001975" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.32
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 11:54:40.003223" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.31
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003507" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.30
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003771" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.29
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.003318" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.28
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.011338" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.27
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008954" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.26
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008720" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.25
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008959" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.24
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008973" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.23
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008665" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.21
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008998" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.20
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.010109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.19
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.012072" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.18
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.006584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.17
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008813" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.16
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008328" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.12
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.11
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.10
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.9
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.7 - 7.3.8
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.6
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.5
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000247" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.4
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.3
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.3.2
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.019682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.17, 7.3.1
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.15, 7.3.0
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.33
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.009839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.32
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.011808" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.31
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.30
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.010640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.29
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.008519" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.25
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000334" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.24
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000291" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.23
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.31, 7.2.22
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000154" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.20, 7.1.27, 7.2.21
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.20
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.19
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.18
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000248" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.17
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.16
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.3, 7.2.14
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.13
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000124" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.12
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.11
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.010619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.10
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.6, 7.2.9
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000153" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.8
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.7
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.5
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000120" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.12, 7.2.0, 7.2.4
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.2.2
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000142" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.19, 7.2.1
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.33
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.32
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000225" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.30
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.29
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.28
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.26
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.25
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.24
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.23
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.020107" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.22
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.2, 7.1.21
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.18
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000144" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.16
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.15
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.14
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.13
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000112" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.11
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000151" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.10
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.9
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.8
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.7
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.6
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.5
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000136" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.4
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.3
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.1
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.1.0
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught ArgumentCountError: Too few arguments to function a(), 1 passed in /in/AaCDo on line 8 and exactly 2 expected in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 7.0.0 - 7.0.33
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Fatal error: Uncaught TypeError: Argument 2 passed to a() must be an instance of DateTime, none given, called in /in/AaCDo on line 8 and defined in /in/AaCDo:3 Stack trace: #0 /in/AaCDo(8): a(Object(DateTime)) #1 {main} thrown in /in/AaCDo on line 3
Process exited with code 255.
Output for 5.5.14 - 5.5.38, 5.6.0 - 5.6.40
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-06 12:54:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Catchable fatal error: Argument 2 passed to a() must be an instance of DateTime, none given, called in /in/AaCDo on line 8 and defined in /in/AaCDo on line 3
Process exited with code 255.
Output for 5.5.0 - 5.5.13
array(2) { [0]=> string(3) "bee" [1]=> object(DateTime)#1 (3) { ["date"]=> string(19) "2016-01-06 12:54:40" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Catchable fatal error: Argument 2 passed to a() must be an instance of DateTime, none given, called in /in/AaCDo on line 8 and defined in /in/AaCDo on line 3
Process exited with code 255.

preferences:
280.02 ms | 402 KiB | 327 Q