3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); namespace Foo; // strlen() will be called with strict_types=0, so this is legal. var_dump(call_user_func('strlen', false)); // Called with strict_types=1 var_dump(\call_user_func('strlen', false));

preferences:
32.94 ms | 406 KiB | 5 Q