Home
last modified time | relevance | path

Searched refs:last_ptr (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/intl/locale/
H A Dlocale_methods.c1042 char* last_ptr = NULL; in add_array_entry() local
1059 token = php_strtok_r( key_value , DELIMITER ,&last_ptr); in add_array_entry()
1067 while( (token = php_strtok_r(NULL , DELIMITER , &last_ptr)) && (strlen(token)>1) ){ in add_array_entry()

Completed in 8 milliseconds