/php-src/ext/standard/tests/file/ |
H A D | fputcsv_variation9.phpt | 78 fputcsv(): Argument #3 ($separator) must be a single character 84 fputcsv(): Argument #3 ($separator) must be a single character 90 fputcsv(): Argument #3 ($separator) must be a single character 96 fputcsv(): Argument #3 ($separator) must be a single character 102 fputcsv(): Argument #3 ($separator) must be a single character 108 fputcsv(): Argument #3 ($separator) must be a single character 114 fputcsv(): Argument #3 ($separator) must be a single character 120 fputcsv(): Argument #3 ($separator) must be a single character 126 fputcsv(): Argument #3 ($separator) must be a single character 132 fputcsv(): Argument #3 ($separator) must be a single character [all …]
|
H A D | fgetcsv_variation12.phpt | 94 fgetcsv(): Argument #3 ($separator) must be a single character 99 fgetcsv(): Argument #3 ($separator) must be a single character 104 fgetcsv(): Argument #3 ($separator) must be a single character 109 fgetcsv(): Argument #3 ($separator) must be a single character 114 fgetcsv(): Argument #3 ($separator) must be a single character 119 fgetcsv(): Argument #3 ($separator) must be a single character 124 fgetcsv(): Argument #3 ($separator) must be a single character 129 fgetcsv(): Argument #3 ($separator) must be a single character 134 fgetcsv(): Argument #3 ($separator) must be a single character 139 fgetcsv(): Argument #3 ($separator) must be a single character [all …]
|
H A D | fgetcsv_variation19.phpt | 92 fgetcsv(): Argument #3 ($separator) must be a single character 97 fgetcsv(): Argument #3 ($separator) must be a single character 102 fgetcsv(): Argument #3 ($separator) must be a single character 107 fgetcsv(): Argument #3 ($separator) must be a single character 112 fgetcsv(): Argument #3 ($separator) must be a single character 117 fgetcsv(): Argument #3 ($separator) must be a single character 122 fgetcsv(): Argument #3 ($separator) must be a single character 127 fgetcsv(): Argument #3 ($separator) must be a single character 132 fgetcsv(): Argument #3 ($separator) must be a single character 137 fgetcsv(): Argument #3 ($separator) must be a single character [all …]
|
/php-src/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" => ""))), 46 filter_var(): "separator" option must be one character long 47 filter_var(): "separator" option must be one character long
|
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 11 …gsqlCopyFromArray(string $tableName, array | Traversable $rows, string $separator = "\t", string $… argument 14 …public function pgsqlCopyFromFile(string $tableName, string $filename, string $separator = "\t", s… argument 17 …public function pgsqlCopyToArray(string $tableName, string $separator = "\t", string $nullAs = "\\… argument 20 …public function pgsqlCopyToFile(string $tableName, string $filename, string $separator = "\t", str… argument
|
H A D | pdo_pgsql.stub.php | 38 …public function copyFromArray(string $tableName, array $rows, string $separator = "\t", string $nu… argument 40 …public function copyFromFile(string $tableName, string $filename, string $separator = "\t", string… argument 42 …public function copyToArray(string $tableName, string $separator = "\t", string $nullAs = "\\\\N",… argument 44 …public function copyToFile(string $tableName, string $filename, string $separator = "\t", string $… argument
|
H A D | pgsql_driver_arginfo.h | 7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, separator, IS_STRING, 0, "\"\\t\"") 15 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, separator, IS_STRING, 0, "\"\\t\"") 22 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, separator, IS_STRING, 0, "\"\\t\"")
|
/php-src/ext/mbstring/ |
H A D | mb_gpc.c | 37 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS() local 103 separator = (char *) estrdup(PG(arg_separator).input); in ZEND_EXTERN_MODULE_GLOBALS() 106 separator = ";\0"; in ZEND_EXTERN_MODULE_GLOBALS() 126 info.separator = separator; in ZEND_EXTERN_MODULE_GLOBALS() 155 efree(separator); in ZEND_EXTERN_MODULE_GLOBALS() 180 for (const char *s2 = info->separator; *s2; s2++) { in _php_mb_encoding_handler_ex() 193 var = php_strtok_r(res, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex() 213 var = php_strtok_r(NULL, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex() 294 info.separator = "&"; in SAPI_POST_HANDLER_FUNC()
|
H A D | mb_gpc.h | 24 const char *separator; member
|
/php-src/ext/standard/tests/strings/ |
H A D | explode_variation6.phpt | 10 echo "\n-- positive limit with null separator --\n"; 13 echo "\n-- negative limit (since PHP 5.1) with null separator --\n"; 40 -- positive limit with null separator -- 44 -- negative limit (since PHP 5.1) with null separator --
|
H A D | join_variation1.phpt | 108 join(): Argument #1 ($separator) must be of type string, array given 110 join(): Argument #1 ($separator) must be of type string, array given 112 join(): Argument #1 ($separator) must be of type string, array given 114 join(): Argument #1 ($separator) must be of type string, array given 116 join(): Argument #1 ($separator) must be of type string, array given 132 join(): Argument #1 ($separator) must be of type array|string, resource given
|
H A D | explode1.phpt | 94 explode(): Argument #1 ($separator) must not be empty 95 explode(): Argument #1 ($separator) must not be empty 96 explode(): Argument #1 ($separator) must not be empty 97 explode(): Argument #1 ($separator) must not be empty 99 explode(): Argument #1 ($separator) must not be empty 100 explode(): Argument #1 ($separator) must not be empty 101 explode(): Argument #1 ($separator) must not be empty 102 explode(): Argument #1 ($separator) must not be empty 204 explode(): Argument #1 ($separator) must not be empty 205 explode(): Argument #1 ($separator) must not be empty [all …]
|
H A D | str_getcsv_errors.phpt | 8 var_dump(str_getcsv('csv_string', 'separator', '"', '')); 25 ValueError: str_getcsv(): Argument #2 ($separator) must be a single character
|
H A D | implode_error.phpt | 27 implode(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type arra… 28 implode(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type arra…
|
H A D | explode.phpt | 65 explode(): Argument #1 ($separator) must not be empty 66 explode(): Argument #1 ($separator) must not be empty 67 explode(): Argument #1 ($separator) must not be empty 82 explode(): Argument #1 ($separator) must not be empty
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 432 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator() argument 437 convert_glob_write(out, separator); in convert_glob_print_separator() 451 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard() argument 457 convert_glob_print_separator(out, separator, with_escape); in convert_glob_print_wildcard() 628 out->out_str[len] = (uint8_t) separator; in convert_glob_parse_range() 721 if (prev_c < separator && separator < c) separator_seen = TRUE; in convert_glob_parse_range() 744 if (c == separator) separator_seen = TRUE; in convert_glob_parse_range() 801 PCRE2_UCHAR separator = ccontext->glob_separator; in convert_glob() local 815 if (utf && (separator >= 128 || escape >= 128)) in convert_glob() 889 if (*pattern != separator) continue; in convert_glob() [all …]
|
/php-src/ext/spl/tests/SplFileObject/ |
H A D | SplFileObject_fgetcsv_delimiter_basic.phpt | 2 SplFileObject::fgetcsv with alternative separator 14 separator: '|',
|
/php-src/ext/standard/tests/math/ |
H A D | number_format_multichar.phpt | 2 Test number_format() - multiple character separator support 23 echo "\n number_format tests.....multiple character thousand separator\n"; 49 number_format tests.....multiple character thousand separator
|
H A D | bug28228.phpt | 2 Bug #28228 (number_format() does not allow empty decimal separator)
|
/php-src/tests/lang/integer_literals/ |
H A D | octal_32bit.phpt | 23 /* underscore separator */ 51 /* underscore separator */ 79 /* underscore separator */
|
H A D | octal_64bit.phpt | 27 /* underscore separator */ 59 /* underscore separator */ 91 /* underscore separator */
|
H A D | binary_32bit.phpt | 23 /* underscore separator */ 51 /* underscore separator */
|
H A D | hexadecimal_32bit.phpt | 23 /* underscore separator */ 51 /* underscore separator */
|
H A D | hexadecimal_64bit.phpt | 23 /* underscore separator */ 52 /* underscore separator */
|
H A D | binary_64bit.phpt | 23 /* underscore separator */ 51 /* underscore separator */
|