mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Unicode impl of strtok()
This commit is contained in:
parent
4dd3b9436a
commit
c893c70275
2 changed files with 141 additions and 61 deletions
|
@ -153,9 +153,9 @@ typedef struct _php_basic_globals {
|
|||
HashTable *user_shutdown_function_names;
|
||||
HashTable putenv_ht;
|
||||
zval *strtok_zval;
|
||||
char *strtok_string;
|
||||
void *strtok_string;
|
||||
char *locale_string;
|
||||
char *strtok_last;
|
||||
void *strtok_last;
|
||||
char strtok_table[256];
|
||||
ulong strtok_len;
|
||||
char str_ebuf[40];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue