Searched refs:strtok_string (Results 1 – 3 of 3) sorted by relevance
64 zend_string *strtok_string; member
415 BG(strtok_string) = NULL; in PHP_RINIT_FUNCTION()449 if (BG(strtok_string)) { in PHP_RSHUTDOWN_FUNCTION()450 zend_string_release(BG(strtok_string)); in PHP_RSHUTDOWN_FUNCTION()451 BG(strtok_string) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1242 if (BG(strtok_string)) { in PHP_FUNCTION()1243 zend_string_release(BG(strtok_string)); in PHP_FUNCTION()1245 BG(strtok_string) = zend_string_copy(str); in PHP_FUNCTION()1250 if (!BG(strtok_string)) { in PHP_FUNCTION()1257 pe = ZSTR_VAL(BG(strtok_string)) + BG(strtok_len); in PHP_FUNCTION()1293 zend_string_release(BG(strtok_string)); in PHP_FUNCTION()1294 BG(strtok_string) = NULL; in PHP_FUNCTION()
Completed in 26 milliseconds