Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds