Home
last modified time | relevance | path

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

/PHP-5.6/ext/pgsql/tests/
H A D06_bug73498.phpt2 Bug 73498 Incorrect DELIMITER syntax for pg_copy_to()
/PHP-5.6/ext/intl/locale/
H A Dlocale_methods.c46 #define DELIMITER "-_" macro
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()
1184 token = php_strtok_r( variant , DELIMITER , &saved_ptr); in PHP_FUNCTION()
1187 while( (token = php_strtok_r(NULL , DELIMITER, &saved_ptr)) && (strlen(token)>1) ){ in PHP_FUNCTION()

Completed in 12 milliseconds