3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ipv6 = false; // dns_get_record('...', DNS_AAAA); var_dump(count($ipv6) > 0);
Output for 8.3.0 - 8.3.11
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, false given in /in/jEBG0:4 Stack trace: #0 {main} thrown in /in/jEBG0 on line 4
Process exited with code 255.
Output for 8.0.10 - 8.0.30, 8.1.0 - 8.1.29, 8.2.0 - 8.2.23
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in /in/jEBG0:4 Stack trace: #0 {main} thrown in /in/jEBG0 on line 4
Process exited with code 255.
Output for 8.0.1 - 8.0.9
Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, bool given in /in/jEBG0:4 Stack trace: #0 {main} thrown in /in/jEBG0 on line 4
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Warning: count(): Parameter must be an array or an object that implements Countable in /in/jEBG0 on line 4 bool(true)

preferences:
52.7 ms | 410 KiB | 5 Q