Skip to content

Commit

Permalink
Replace another hard-coded line number
Browse files Browse the repository at this point in the history
  • Loading branch information
iluuu1994 committed Jun 23, 2022
1 parent 9bfdfca commit cda7e8f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,6 +16,6 @@ var_dump(preg_replace_callback_array(
--EXPECTF--
Fatal error: Uncaught TypeError: preg_replace_callback_array(): Argument #1 ($pattern) must contain only valid callbacks in %spreg_replace_callback_array_fatal_error.php:%d
Stack trace:
#0 %spreg_replace_callback_array_fatal_error.php(11): preg_replace_callback_array(Array, 'a')
#0 %spreg_replace_callback_array_fatal_error.php(%d): preg_replace_callback_array(Array, 'a')
#1 {main}
thrown in %spreg_replace_callback_array_fatal_error.php on line %d

0 comments on commit cda7e8f

Please sign in to comment.