Skip to content

Commit c3f0c8d

Browse files
committed
MFH
1 parent 45572a4 commit c3f0c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/basic_functions.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3677,6 +3677,7 @@ PHP_RINIT_FUNCTION(basic) /* {{{ */
36773677
memset(BG(strtok_table), 0, 256);
36783678
BG(strtok_string) = NULL;
36793679
BG(strtok_zval) = NULL;
3680+
BG(strtok_last) = NULL;
36803681
BG(locale_string) = NULL;
36813682
BG(array_walk_fci) = empty_fcall_info;
36823683
BG(array_walk_fci_cache) = empty_fcall_info_cache;

0 commit comments

Comments
 (0)