2 Bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)
11 register_shutdown_function('timE');
12 register_shutdown_function('ABC');
13 register_shutdown_function('exploDe');
19 Fatal error: Uncaught ArgumentCountError: explode() expects at least 2 parameters, 0 given in [no active file]:0
21 #0 [internal function]: explode()
23 thrown in [no active file] on line 0