Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds