last_ptr         1042 ext/intl/locale/locale_methods.c 	char*   last_ptr  	= NULL;
last_ptr         1059 ext/intl/locale/locale_methods.c 			token = php_strtok_r( key_value->val , DELIMITER ,&last_ptr);
last_ptr         1067 ext/intl/locale/locale_methods.c 			while( (token = php_strtok_r(NULL , DELIMITER , &last_ptr)) && (strlen(token)>1) ){