3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getUserConsentsByUid(string $uid, array $filters = [], $limit = 20) { var_dump($limit); } getUserConsentsByUid('uid', [], null);
Output for 7.1.0 - 7.1.23, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
NULL
Output for 5.6.38
Catchable fatal error: Argument 1 passed to getUserConsentsByUid() must be an instance of string, string given, called in /in/Z5SRN on line 9 and defined in /in/Z5SRN on line 3
Process exited with code 255.

preferences:
155.79 ms | 401 KiB | 169 Q