Searched refs:last_ptr (Results 1 – 1 of 1) sorted by relevance
1047 char* last_ptr = NULL; in add_array_entry() local1064 token = php_strtok_r( key_value->val , DELIMITER ,&last_ptr); in add_array_entry()1072 while( (token = php_strtok_r(NULL , DELIMITER , &last_ptr)) && (strlen(token)>1) ){ in add_array_entry()
Completed in 9 milliseconds