Skip to content

Commit 66bfad5

Browse files
committed
Remove unnecessay NULL
Z_PARAM_FUNC already sets params to NULL.
1 parent 0189585 commit 66bfad5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/basic_functions.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2385,7 +2385,6 @@ PHP_FUNCTION(register_tick_function)
23852385

23862386
tick_fe.calling = false;
23872387
Z_TRY_ADDREF(tick_fe.fci.function_name);
2388-
tick_fe.fci.params = NULL;
23892388
zend_fcall_info_argp(&tick_fe.fci, param_count, params);
23902389

23912390
if (!BG(user_tick_functions)) {

0 commit comments

Comments
 (0)