We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5011f commit 4ce3830Copy full SHA for 4ce3830
ext/standard/basic_functions.h
@@ -65,8 +65,7 @@ typedef struct _php_basic_globals {
65
zend_bool locale_changed; /* locale was changed and has to be restored */
66
char *strtok_last;
67
char strtok_table[256];
68
- zend_ulong strtok_len;
69
- char str_ebuf[40];
+ size_t strtok_len;
70
zend_fcall_info array_walk_fci;
71
zend_fcall_info_cache array_walk_fci_cache;
72
zend_fcall_info user_compare_fci;
0 commit comments