3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); error_reporting(-1); //全てのエラーを有効にする function my_error_handler($errno, $errstr, $errfile, $errline) { echo "ERROR [$errno] $errstr\n"; echo " Error on line $errline in file $errfile"; echo ", PHP " . PHP_VERSION . " (" . PHP_OS . ")\n"; echo "Aborting...\n"; /* Don't execute PHP internal error handler */ return true; } set_error_handler('my_error_handler'); function foo(int $v) { echo $v; } // 不正な数値を渡す foo('999999999999999');
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
Fatal error: Uncaught TypeError: foo(): Argument #1 ($v) must be of type int, string given, called in /in/aEpP8 on line 24 and defined in /in/aEpP8:19 Stack trace: #0 /in/aEpP8(24): foo('999999999999999') #1 {main} thrown in /in/aEpP8 on line 19
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Fatal error: Uncaught TypeError: Argument 1 passed to foo() must be of the type int, string given, called in /in/aEpP8 on line 24 and defined in /in/aEpP8:19 Stack trace: #0 /in/aEpP8(24): foo('999999999999999') #1 {main} thrown in /in/aEpP8 on line 19
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33
Fatal error: Uncaught TypeError: Argument 1 passed to foo() must be of the type integer, string given, called in /in/aEpP8 on line 24 and defined in /in/aEpP8:19 Stack trace: #0 /in/aEpP8(24): foo('999999999999999') #1 {main} thrown in /in/aEpP8 on line 19
Process exited with code 255.
Output for 5.6.40
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.40 (Linux) Aborting... 999999999999999
Output for 5.6.39
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.39 (Linux) Aborting... 999999999999999
Output for 5.6.38
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.38 (Linux) Aborting... 999999999999999
Output for 5.6.37
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.37 (Linux) Aborting... 999999999999999
Output for 5.6.36
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.36 (Linux) Aborting... 999999999999999
Output for 5.6.35
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.35 (Linux) Aborting... 999999999999999
Output for 5.6.34
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.34 (Linux) Aborting... 999999999999999
Output for 5.6.33
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.33 (Linux) Aborting... 999999999999999
Output for 5.6.32
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.32 (Linux) Aborting... 999999999999999
Output for 5.6.31
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.31 (Linux) Aborting... 999999999999999
Output for 5.6.30
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.30 (Linux) Aborting... 999999999999999
Output for 5.6.29
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.29 (Linux) Aborting... 999999999999999
Output for 5.6.28
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.28 (Linux) Aborting... 999999999999999
Output for 5.6.27
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.27 (Linux) Aborting... 999999999999999
Output for 5.6.26
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.26 (Linux) Aborting... 999999999999999
Output for 5.6.25
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.25 (Linux) Aborting... 999999999999999
Output for 5.6.24
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.24 (Linux) Aborting... 999999999999999
Output for 5.6.23
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.23 (Linux) Aborting... 999999999999999
Output for 5.6.22
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.22 (Linux) Aborting... 999999999999999
Output for 5.6.21
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.21 (Linux) Aborting... 999999999999999
Output for 5.6.20
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.20 (Linux) Aborting... 999999999999999
Output for 5.6.19
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.19 (Linux) Aborting... 999999999999999
Output for 5.6.18
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.18 (Linux) Aborting... 999999999999999
Output for 5.6.17
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.17 (Linux) Aborting... 999999999999999
Output for 5.6.16
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.16 (Linux) Aborting... 999999999999999
Output for 5.6.15
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.15 (Linux) Aborting... 999999999999999
Output for 5.6.14
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.14 (Linux) Aborting... 999999999999999
Output for 5.6.13
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.13 (Linux) Aborting... 999999999999999
Output for 5.6.12
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.12 (Linux) Aborting... 999999999999999
Output for 5.6.11
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.11 (Linux) Aborting... 999999999999999
Output for 5.6.10
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.10 (Linux) Aborting... 999999999999999
Output for 5.6.9
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.9 (Linux) Aborting... 999999999999999
Output for 5.6.8
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.8 (Linux) Aborting... 999999999999999
Output for 5.6.7
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.7 (Linux) Aborting... 999999999999999
Output for 5.6.6
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.6 (Linux) Aborting... 999999999999999
Output for 5.6.5
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.5 (Linux) Aborting... 999999999999999
Output for 5.6.4
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.4 (Linux) Aborting... 999999999999999
Output for 5.6.3
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.3 (Linux) Aborting... 999999999999999
Output for 5.6.2
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.2 (Linux) Aborting... 999999999999999
Output for 5.6.1
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.1 (Linux) Aborting... 999999999999999
Output for 5.6.0
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.6.0 (Linux) Aborting... 999999999999999
Output for 5.5.38
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.38 (Linux) Aborting... 999999999999999
Output for 5.5.37
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.37 (Linux) Aborting... 999999999999999
Output for 5.5.36
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.36 (Linux) Aborting... 999999999999999
Output for 5.5.35
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.35 (Linux) Aborting... 999999999999999
Output for 5.5.34
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.34 (Linux) Aborting... 999999999999999
Output for 5.5.33
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.33 (Linux) Aborting... 999999999999999
Output for 5.5.32
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.32 (Linux) Aborting... 999999999999999
Output for 5.5.31
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.31 (Linux) Aborting... 999999999999999
Output for 5.5.30
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.30 (Linux) Aborting... 999999999999999
Output for 5.5.29
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.29 (Linux) Aborting... 999999999999999
Output for 5.5.28
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.28 (Linux) Aborting... 999999999999999
Output for 5.5.27
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.27 (Linux) Aborting... 999999999999999
Output for 5.5.26
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.26 (Linux) Aborting... 999999999999999
Output for 5.5.25
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.25 (Linux) Aborting... 999999999999999
Output for 5.5.24
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.24 (Linux) Aborting... 999999999999999
Output for 5.5.23
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.23 (Linux) Aborting... 999999999999999
Output for 5.5.22
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.22 (Linux) Aborting... 999999999999999
Output for 5.5.21
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.21 (Linux) Aborting... 999999999999999
Output for 5.5.20
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.20 (Linux) Aborting... 999999999999999
Output for 5.5.19
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.19 (Linux) Aborting... 999999999999999
Output for 5.5.18
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.18 (Linux) Aborting... 999999999999999
Output for 5.5.17
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.17 (Linux) Aborting... 999999999999999
Output for 5.5.16
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.16 (Linux) Aborting... 999999999999999
Output for 5.5.15
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.15 (Linux) Aborting... 999999999999999
Output for 5.5.14
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.14 (Linux) Aborting... 999999999999999
Output for 5.5.13
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.13 (Linux) Aborting... 999999999999999
Output for 5.5.12
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.12 (Linux) Aborting... 999999999999999
Output for 5.5.11
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.11 (Linux) Aborting... 999999999999999
Output for 5.5.10
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.10 (Linux) Aborting... 999999999999999
Output for 5.5.9
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.9 (Linux) Aborting... 999999999999999
Output for 5.5.8
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.8 (Linux) Aborting... 999999999999999
Output for 5.5.7
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.7 (Linux) Aborting... 999999999999999
Output for 5.5.6
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.6 (Linux) Aborting... 999999999999999
Output for 5.5.5
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.5 (Linux) Aborting... 999999999999999
Output for 5.5.4
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.4 (Linux) Aborting... 999999999999999
Output for 5.5.3
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.3 (Linux) Aborting... 999999999999999
Output for 5.5.2
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.2 (Linux) Aborting... 999999999999999
Output for 5.5.1
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.1 (Linux) Aborting... 999999999999999
Output for 5.5.0
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.5.0 (Linux) Aborting... 999999999999999
Output for 5.4.45
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.45 (Linux) Aborting... 999999999999999
Output for 5.4.44
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.44 (Linux) Aborting... 999999999999999
Output for 5.4.43
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.43 (Linux) Aborting... 999999999999999
Output for 5.4.42
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.42 (Linux) Aborting... 999999999999999
Output for 5.4.41
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.41 (Linux) Aborting... 999999999999999
Output for 5.4.40
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.40 (Linux) Aborting... 999999999999999
Output for 5.4.39
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.39 (Linux) Aborting... 999999999999999
Output for 5.4.38
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.38 (Linux) Aborting... 999999999999999
Output for 5.4.37
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.37 (Linux) Aborting... 999999999999999
Output for 5.4.36
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.36 (Linux) Aborting... 999999999999999
Output for 5.4.35
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.35 (Linux) Aborting... 999999999999999
Output for 5.4.34
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.34 (Linux) Aborting... 999999999999999
Output for 5.4.33
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.33 (Linux) Aborting... 999999999999999
Output for 5.4.32
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.32 (Linux) Aborting... 999999999999999
Output for 5.4.31
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.31 (Linux) Aborting... 999999999999999
Output for 5.4.30
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.30 (Linux) Aborting... 999999999999999
Output for 5.4.29
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.29 (Linux) Aborting... 999999999999999
Output for 5.4.28
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.28 (Linux) Aborting... 999999999999999
Output for 5.4.27
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.27 (Linux) Aborting... 999999999999999
Output for 5.4.26
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.26 (Linux) Aborting... 999999999999999
Output for 5.4.25
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.25 (Linux) Aborting... 999999999999999
Output for 5.4.24
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.24 (Linux) Aborting... 999999999999999
Output for 5.4.23
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.23 (Linux) Aborting... 999999999999999
Output for 5.4.22
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.22 (Linux) Aborting... 999999999999999
Output for 5.4.21
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.21 (Linux) Aborting... 999999999999999
Output for 5.4.20
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.20 (Linux) Aborting... 999999999999999
Output for 5.4.19
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.19 (Linux) Aborting... 999999999999999
Output for 5.4.18
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.18 (Linux) Aborting... 999999999999999
Output for 5.4.17
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.17 (Linux) Aborting... 999999999999999
Output for 5.4.16
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.16 (Linux) Aborting... 999999999999999
Output for 5.4.15
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.15 (Linux) Aborting... 999999999999999
Output for 5.4.14
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.14 (Linux) Aborting... 999999999999999
Output for 5.4.13
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.13 (Linux) Aborting... 999999999999999
Output for 5.4.12
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.12 (Linux) Aborting... 999999999999999
Output for 5.4.11
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.11 (Linux) Aborting... 999999999999999
Output for 5.4.10
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.10 (Linux) Aborting... 999999999999999
Output for 5.4.9
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.9 (Linux) Aborting... 999999999999999
Output for 5.4.8
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.8 (Linux) Aborting... 999999999999999
Output for 5.4.7
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.7 (Linux) Aborting... 999999999999999
Output for 5.4.6
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.6 (Linux) Aborting... 999999999999999
Output for 5.4.5
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.5 (Linux) Aborting... 999999999999999
Output for 5.4.4
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.4 (Linux) Aborting... 999999999999999
Output for 5.4.3
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.3 (Linux) Aborting... 999999999999999
Output for 5.4.2
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.2 (Linux) Aborting... 999999999999999
Output for 5.4.1
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.1 (Linux) Aborting... 999999999999999
Output for 5.4.0
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.4.0 (Linux) Aborting... 999999999999999
Output for 5.3.29
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.29 (Linux) Aborting... 999999999999999
Output for 5.3.28
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.28 (Linux) Aborting... 999999999999999
Output for 5.3.27
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.27 (Linux) Aborting... 999999999999999
Output for 5.3.26
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.26 (Linux) Aborting... 999999999999999
Output for 5.3.25
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.25 (Linux) Aborting... 999999999999999
Output for 5.3.24
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.24 (Linux) Aborting... 999999999999999
Output for 5.3.23
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.23 (Linux) Aborting... 999999999999999
Output for 5.3.22
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.22 (Linux) Aborting... 999999999999999
Output for 5.3.21
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.21 (Linux) Aborting... 999999999999999
Output for 5.3.20
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.20 (Linux) Aborting... 999999999999999
Output for 5.3.19
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.19 (Linux) Aborting... 999999999999999
Output for 5.3.18
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.18 (Linux) Aborting... 999999999999999
Output for 5.3.17
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.17 (Linux) Aborting... 999999999999999
Output for 5.3.16
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.16 (Linux) Aborting... 999999999999999
Output for 5.3.15
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.15 (Linux) Aborting... 999999999999999
Output for 5.3.14
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.14 (Linux) Aborting... 999999999999999
Output for 5.3.13
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.13 (Linux) Aborting... 999999999999999
Output for 5.3.12
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.12 (Linux) Aborting... 999999999999999
Output for 5.3.11
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.11 (Linux) Aborting... 999999999999999
Output for 5.3.10
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.10 (Linux) Aborting... 999999999999999
Output for 5.3.9
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.9 (Linux) Aborting... 999999999999999
Output for 5.3.8
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.8 (Linux) Aborting... 999999999999999
Output for 5.3.7
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.7 (Linux) Aborting... 999999999999999
Output for 5.3.6
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.6 (Linux) Aborting... 999999999999999
Output for 5.3.5
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.5 (Linux) Aborting... 999999999999999
Output for 5.3.4
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.4 (Linux) Aborting... 999999999999999
Output for 5.3.3
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.3 (Linux) Aborting... 999999999999999
Output for 5.3.2
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.2 (Linux) Aborting... 999999999999999
Output for 5.3.1
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.1 (Linux) Aborting... 999999999999999
Output for 5.3.0
Warning: Unsupported declare 'strict_types' in /in/aEpP8 on line 2 ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.3.0 (Linux) Aborting... 999999999999999
Output for 5.2.17
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.17 (Linux) Aborting... 999999999999999
Output for 5.2.16
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.16 (Linux) Aborting... 999999999999999
Output for 5.2.15
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.15 (Linux) Aborting... 999999999999999
Output for 5.2.14
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.14 (Linux) Aborting... 999999999999999
Output for 5.2.13
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.13 (Linux) Aborting... 999999999999999
Output for 5.2.12
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.12 (Linux) Aborting... 999999999999999
Output for 5.2.11
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.11 (Linux) Aborting... 999999999999999
Output for 5.2.10
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.10 (Linux) Aborting... 999999999999999
Output for 5.2.9
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.9 (Linux) Aborting... 999999999999999
Output for 5.2.8
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.8 (Linux) Aborting... 999999999999999
Output for 5.2.7
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.7 (Linux) Aborting... 999999999999999
Output for 5.2.6
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.6 (Linux) Aborting... 999999999999999
Output for 5.2.5
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.5 (Linux) Aborting... 999999999999999
Output for 5.2.4
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.4 (Linux) Aborting... 999999999999999
Output for 5.2.3
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.3 (Linux) Aborting... 999999999999999
Output for 5.2.2
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.2 (Linux) Aborting... 999999999999999
Output for 5.2.1
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.1 (Linux) Aborting... 999999999999999
Output for 5.2.0
ERROR [4096] Argument 1 passed to foo() must be an instance of int, string given, called in /in/aEpP8 on line 24 and defined Error on line 19 in file /in/aEpP8, PHP 5.2.0 (Linux) Aborting... 999999999999999
Output for 5.1.0 - 5.1.6
Fatal error: Argument 1 passed to foo() must be an object of class int, called in /in/aEpP8 on line 24 and defined in /in/aEpP8 on line 19
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Fatal error: Argument 1 must be an object of class int in /in/aEpP8 on line 19
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting ')' in /in/aEpP8 on line 19
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting ')' in /in/aEpP8 on line 19
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `')'' in /in/aEpP8 on line 19
Process exited with code 255.

preferences:
93 ms | 419 KiB | 5 Q