3v4l.org

run code in 300+ PHP versions simultaneously
<?php $exts = get_loaded_extensions(); $total = 0; foreach ($exts as $ext) { $f = get_extension_funcs($ext); $total += count($f); } $a = get_defined_functions(); $n = count($a['internal']); $total += $n; echo $total, "\n", $n;
Output for 8.3.0 - 8.3.6
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, false given in /in/M1eNE:6 Stack trace: #0 {main} thrown in /in/M1eNE on line 6
Process exited with code 255.
Output for 8.0.10 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in /in/M1eNE:6 Stack trace: #0 {main} thrown in /in/M1eNE on line 6
Process exited with code 255.
Output for 8.0.0 - 8.0.9
Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, bool given in /in/M1eNE:6 Stack trace: #0 {main} thrown in /in/M1eNE on line 6
Process exited with code 255.
Output for 7.4.33
Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 1912 955
Output for 7.4.0 - 7.4.32
Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 2572 1285
Output for 7.3.32 - 7.3.33
Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 2052 1025
Output for 7.3.0 - 7.3.31
Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 2566 1282
Output for 7.2.17 - 7.2.33
Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 2544 1271
Output for 7.2.6
Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 2542 1270
Output for 7.2.0
Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 Warning: count(): Parameter must be an array or an object that implements Countable in /in/M1eNE on line 6 2564 1281
Output for 7.1.20 - 7.1.33
2382 1190
Output for 7.1.5 - 7.1.10
2546 1272
Output for 7.1.0
2544 1271
Output for 7.0.14 - 7.0.20
2536 1267
Output for 7.0.6
2420 1209
Output for 7.0.5
2212 1105
Output for 7.0.0 - 7.0.4
2588 1293
Output for 5.6.28
2538 1268
Output for 5.6.21
2424 1211
Output for 5.6.13 - 5.6.15, 5.6.20
2222 1110
Output for 5.6.16 - 5.6.19
2600 1299
Output for 5.6.7 - 5.6.12
2612 1305
Output for 5.5.35
2404 1202
Output for 5.5.29 - 5.5.30, 5.5.34
2190 1095
Output for 5.5.31 - 5.5.33
2568 1284
Output for 5.5.24 - 5.5.28
2580 1290
Output for 5.4.24 - 5.4.25, 5.4.36 - 5.4.37, 5.4.41 - 5.4.45
2400 1200
Output for 5.4.18 - 5.4.23, 5.4.38 - 5.4.40
2401 1200
Output for 5.4.34 - 5.4.35
2050 1025
Output for 5.4.26 - 5.4.32
2152 1076
Output for 5.4.15 - 5.4.17
2399 1199
Output for 5.4.1 - 5.4.14
2305 1152
Output for 5.4.0
2303 1151
Output for 5.3.4 - 5.3.29
2211 1105
Output for 5.3.3
2205 1102
Output for 5.3.2
2203 1101
Output for 5.3.0 - 5.3.1
2197 1098
Output for 5.2.11 - 5.2.17
2062 1053
Output for 5.2.4 - 5.2.10
2060 1052
Output for 5.2.3
2056 1050
Output for 5.2.1 - 5.2.2
2057 1050
Output for 5.2.0
2042 1043
Output for 5.1.3 - 5.1.6
1940 992
Output for 5.1.2
1930 987
Output for 5.1.0 - 5.1.1
1835 940
Output for 5.0.5
1766 905
Output for 5.0.4
1768 906
Output for 5.0.2 - 5.0.3
1726 906
Output for 5.0.0 - 5.0.1
1725 905
Output for 4.4.3 - 4.4.9
1709 874
Output for 4.3.11, 4.4.0 - 4.4.2
1707 873
Output for 4.3.4 - 4.3.10
1705 872
Output for 4.3.2 - 4.3.3
1647 843
Output for 4.3.0 - 4.3.1
1641 840

preferences:
217.71 ms | 401 KiB | 344 Q