Searched refs:strtok_string (Results 1 – 3 of 3) sorted by relevance
64 zend_string *strtok_string; member
407 BG(strtok_string) = NULL; in PHP_RINIT_FUNCTION()441 if (BG(strtok_string)) { in PHP_RSHUTDOWN_FUNCTION()442 zend_string_release(BG(strtok_string)); in PHP_RSHUTDOWN_FUNCTION()443 BG(strtok_string) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1076 if (BG(strtok_string)) { in PHP_FUNCTION()1077 zend_string_release(BG(strtok_string)); in PHP_FUNCTION()1079 BG(strtok_string) = zend_string_copy(str); in PHP_FUNCTION()1084 if (!BG(strtok_string)) { in PHP_FUNCTION()1091 pe = ZSTR_VAL(BG(strtok_string)) + BG(strtok_len); in PHP_FUNCTION()1127 zend_string_release(BG(strtok_string)); in PHP_FUNCTION()1128 BG(strtok_string) = NULL; in PHP_FUNCTION()
Completed in 21 milliseconds