Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 25 of 37) sorted by relevance

12

/PHP-5.5/ext/filter/tests/
H A D055.phpt9 array("01-23-45-67-89-ab", array("options" => array("separator" => "-"))),
10 array("01-23-45-67-89-ab", array("options" => array("separator" => "."))),
11 array("01-23-45-67-89-ab", array("options" => array("separator" => ":"))),
20 array("01-23-45-67-89-ab", array("options" => array("separator" => "--"))),
21 array("01-23-45-67-89-ab", array("options" => array("separator" => ""))),
H A D031.phpt56 Warning: filter_var(): decimal separator must be one char in %s on line %d
/PHP-5.5/ext/mbstring/
H A Dmb_gpc.c56 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS() local
131 separator = (char *) estrdup(PG(arg_separator).input); in ZEND_EXTERN_MODULE_GLOBALS()
134 separator = ";\0"; in ZEND_EXTERN_MODULE_GLOBALS()
154 info.separator = separator; in ZEND_EXTERN_MODULE_GLOBALS()
185 efree(separator); in ZEND_EXTERN_MODULE_GLOBALS()
221 for (s2=info->separator; *s2 != '\0'; s2++) { in _php_mb_encoding_handler_ex()
235 var = php_strtok_r(res, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex()
255 var = php_strtok_r(NULL, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex()
371 info.separator = "&"; in SAPI_POST_HANDLER_FUNC()
H A Dmb_gpc.h34 const char *separator; member
/PHP-5.5/ext/standard/tests/strings/
H A Dexplode_variation6.phpt15 echo "\n-- positive limit with null separator --\n";
18 echo "\n-- negative limit (since PHP 5.1) with null separator --\n";
46 -- positive limit with null separator --
50 -- negative limit (since PHP 5.1) with null separator --
H A Dbug24098.phpt4 <?php if (DIRECTORY_SEPARATOR == '\\') die("skip directory separator won't match expected output");…
/PHP-5.5/ext/standard/tests/math/
H A Dnumber_format_multichar.phpt2 Test number_format() - multiple character separator support
24 echo "\n number_format tests.....multiple character thousand separator\n";
51 number_format tests.....multiple character thousand separator
H A Dbug28228.phpt2 Bug #28228 (number_format() does not allow empty decimal separator)
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt39 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n";
53 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n";
87 Testing pgsqlCopyToArray() with different field separator and not null indicator
118 Testing pgsqlCopyToFile() with different field separator and not null indicator
H A Dcopy_from.phpt51 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n";
85 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n";
165 Testing pgsqlCopyFromArray() with different field separator and not null indicator
299 Testing pgsqlCopyFromFile() with different field separator and not null indicator
/PHP-5.5/ext/filter/
H A Dlogical_filters.c787 char separator; in php_filter_validate_mac() local
805 separator = '.'; in php_filter_validate_mac()
810 separator = '-'; in php_filter_validate_mac()
815 separator = ':'; in php_filter_validate_mac()
820 if (exp_separator_set && separator != exp_separator[0]) { in php_filter_validate_mac()
831 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation3-win32.phpt39 /* prefix with path separator of a non existing directory*/
55 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation10.phpt33 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8-win32.phpt33 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8.phpt32 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation10-win32.phpt32 /* prefix with path separator of a non existing directory*/
H A Dfile_put_contents_variation8-win32.phpt31 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation3.phpt32 /* prefix with path separator of a non existing directory*/
H A Drename_variation13.phpt36 /* prefix with path separator of a non existing directory*/
H A Drename_variation13-win32.phpt33 /* prefix with path separator of a non existing directory*/
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation10.phpt29 echo "\n-- Testing gmdate() function with Difference to GMT in hours using colon as separator forma…
58 -- Testing gmdate() function with Difference to GMT in hours using colon as separator format --
/PHP-5.5/main/
H A Dphp_variables.c281 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
354 separator = (char *) estrdup(PG(arg_separator).input); in SAPI_TREAT_DATA_FUNC()
357 separator = ";\0"; in SAPI_TREAT_DATA_FUNC()
361 var = php_strtok_r(res, separator, &strtok_buf); in SAPI_TREAT_DATA_FUNC()
406 var = php_strtok_r(NULL, separator, &strtok_buf); in SAPI_TREAT_DATA_FUNC()
410 efree(separator); in SAPI_TREAT_DATA_FUNC()
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c107 …oid append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const char *separator) in PHP_INI_END()
169 { sep = separator; goto scan; } in PHP_INI_END()
H A Durl_scanner_ex.re110 …oid append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const char *separator)
121 "?" { sep = separator; goto scan; }
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc73 * @param delimiter character used as field separator

Completed in 58 milliseconds

12