Skip to content

Commit da80874

Browse files
committed
Remove unnecessary NULL
Z_PARAM_FUNC already does this.
1 parent 35b7937 commit da80874

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
@@ -1793,7 +1793,6 @@ PHP_FUNCTION(register_shutdown_function)
17931793
ZEND_PARSE_PARAMETERS_END();
17941794

17951795
Z_TRY_ADDREF(entry.fci.function_name);
1796-
entry.fci.params = NULL;
17971796
zend_fcall_info_argp(&entry.fci, param_count, params);
17981797

17991798
status = append_user_shutdown_function(&entry);

0 commit comments

Comments
 (0)