/PHP-7.3/ext/filter/tests/ |
H A D | 055.phpt | 9 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 D | bug51368.phpt | 22 Warning: filter_var(): thousand separator must be at least one char in %s on line %d
|
H A D | 031.phpt | 56 Warning: filter_var(): decimal separator must be one char in %s on line %d
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 433 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator() argument 438 convert_glob_write(out, separator); in convert_glob_print_separator() 452 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard() argument 458 convert_glob_print_separator(out, separator, with_escape); in convert_glob_print_wildcard() 621 out->out_str[len] = (uint8_t) separator; in convert_glob_parse_range() 714 if (prev_c < separator && separator < c) separator_seen = TRUE; in convert_glob_parse_range() 737 if (c == separator) separator_seen = TRUE; in convert_glob_parse_range() 794 PCRE2_UCHAR separator = ccontext->glob_separator; in convert_glob() local 808 if (utf && (separator >= 128 || escape >= 128)) in convert_glob() 882 if (*pattern != separator) continue; in convert_glob() [all …]
|
H A D | pcre2_context.c | 458 pcre2_set_glob_separator(pcre2_convert_context *ccontext, uint32_t separator) in pcre2_set_glob_separator() argument 460 if (separator != CHAR_SLASH && separator != CHAR_BACKSLASH && in pcre2_set_glob_separator() 461 separator != CHAR_DOT) return PCRE2_ERROR_BADDATA; in pcre2_set_glob_separator() 462 ccontext->glob_separator = separator; in pcre2_set_glob_separator()
|
/PHP-7.3/ext/mbstring/ |
H A D | mb_gpc.c | 54 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS() local 127 separator = (char *) estrdup(PG(arg_separator).input); in ZEND_EXTERN_MODULE_GLOBALS() 130 separator = ";\0"; in ZEND_EXTERN_MODULE_GLOBALS() 150 info.separator = separator; in ZEND_EXTERN_MODULE_GLOBALS() 181 efree(separator); in ZEND_EXTERN_MODULE_GLOBALS() 217 for (s2=info->separator; *s2 != '\0'; s2++) { in _php_mb_encoding_handler_ex() 231 var = php_strtok_r(res, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex() 251 var = php_strtok_r(NULL, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex() 368 info.separator = "&"; in SAPI_POST_HANDLER_FUNC()
|
H A D | mb_gpc.h | 31 const char *separator; member
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | explode_variation6.phpt | 15 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 D | bug24098.phpt | 4 <?php if (DIRECTORY_SEPARATOR == '\\') die("skip directory separator won't match expected output");…
|
/PHP-7.3/ext/standard/tests/math/ |
H A D | number_format_multichar.phpt | 2 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 D | bug28228.phpt | 2 Bug #28228 (number_format() does not allow empty decimal separator)
|
/PHP-7.3/sapi/phpdbg/tests/ |
H A D | bug73794.phpt | 2 Bug #73794 (Crash (out of memory) when using run and # command separator)
|
/PHP-7.3/Zend/tests/ |
H A D | ns_096.phpt | 2 Group use declaration list should not contain leading separator
|
/PHP-7.3/ext/pdo_pgsql/tests/ |
H A D | copy_to.phpt | 38 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n"; 55 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n"; 94 Testing pgsqlCopyToArray() with different field separator and not null indicator 125 Testing pgsqlCopyToFile() with different field separator and not null indicator
|
H A D | copy_from.phpt | 49 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n"; 86 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n"; 173 Testing pgsqlCopyFromArray() with different field separator and not null indicator 307 Testing pgsqlCopyFromFile() with different field separator and not null indicator
|
/PHP-7.3/ext/wddx/tests/ |
H A D | bug73793.phpt | 2 Bug #73793 (WDDX uses wrong decimal separator)
|
/PHP-7.3/ext/standard/tests/ini_info/ |
H A D | php_ini_scanned_files.phpt | 13 // Env value without path separator overrides any config option
|
/PHP-7.3/ext/date/tests/ |
H A D | gmdate_variation10.phpt | 29 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-7.3/ext/standard/tests/file/ |
H A D | tempnam_variation3-win32.phpt | 39 /* prefix with path separator of a non existing directory*/ 55 /* prefix with path separator of a non existing directory*/
|
H A D | readfile_variation10.phpt | 33 /* prefix with path separator of a non existing directory*/
|
H A D | file_get_contents_variation8-win32.phpt | 33 /* prefix with path separator of a non existing directory*/
|
H A D | file_get_contents_variation8.phpt | 32 /* prefix with path separator of a non existing directory*/
|
H A D | readfile_variation10-win32.phpt | 32 /* prefix with path separator of a non existing directory*/
|
/PHP-7.3/ext/filter/ |
H A D | logical_filters.c | 923 char separator; in php_filter_validate_mac() local 941 separator = '.'; in php_filter_validate_mac() 946 separator = '-'; in php_filter_validate_mac() 951 separator = ':'; in php_filter_validate_mac() 956 if (exp_separator_set && separator != exp_separator[0]) { in php_filter_validate_mac() 967 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
|
/PHP-7.3/main/ |
H A D | php_variables.c | 406 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local 472 separator = PG(arg_separator).input; in SAPI_TREAT_DATA_FUNC() 475 separator = ";\0"; in SAPI_TREAT_DATA_FUNC() 479 var = php_strtok_r(res, separator, &strtok_buf); in SAPI_TREAT_DATA_FUNC() 528 var = php_strtok_r(NULL, separator, &strtok_buf); in SAPI_TREAT_DATA_FUNC()
|