Searched refs:saved_ptr (Results 1 – 1 of 1) sorted by relevance
1147 char* saved_ptr = NULL; in PHP_FUNCTION() local1176 token = php_strtok_r( variant , DELIMITER , &saved_ptr); in PHP_FUNCTION()1179 while( (token = php_strtok_r(NULL , DELIMITER, &saved_ptr)) && (strlen(token)>1) ){ in PHP_FUNCTION()
Completed in 9 milliseconds