Home
last modified time | relevance | path

Searched refs:separator (Results 26 – 50 of 79) sorted by relevance

1234

/php-src/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt40 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n";
57 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n";
102 Testing pgsqlCopyToArray() with different field separator and not null indicator
133 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";
88 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n";
181 Testing pgsqlCopyFromArray() with different field separator and not null indicator
315 Testing pgsqlCopyFromFile() with different field separator and not null indicator
/php-src/ext/standard/tests/strings/
H A Djoin_error1.phpt140 join(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type array, …
142 join(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type array, …
146 join(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type array, …
148 join(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type array, …
H A Djoin_error.phpt23 join(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type array, …
H A Dimplode_variation.phpt188 implode(): Argument #1 ($separator) must be of type string, array given
201 implode(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type arra…
209 implode(): Argument #1 ($separator) must be of type string, array given
H A Djoin_variation4.phpt60 join(): Argument #1 ($separator) must be of type string, array given
H A Djoin_variation5.phpt38 join(): Argument #1 ($separator) must be of type string, array given
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql_arginfo.h11 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, separator, IS_STRING, 0, "\"\\t\"")
19 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, separator, IS_STRING, 0, "\"\\t\"")
26 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, separator, IS_STRING, 0, "\"\\t\"")
/php-src/Zend/tests/
H A Dns_096.phpt2 Group use declaration list should not contain leading separator
H A Dnumeric_literal_separator_001.phpt2 Valid use of numeric literal separator
/php-src/ext/spl/tests/SplFileObject/
H A Dbug60201.phpt16 string(9) "separator"
H A Dbug68479.phpt21 string(9) "separator"
H A DSplFileObject_fgetcsv_delimiter_error.phpt26 SplFileObject::fgetcsv(): Argument #1 ($separator) must be a single character
H A DSplFileObject_setCsvControl_error001.phpt27 SplFileObject::setCsvControl(): Argument #1 ($separator) must be a single character
H A DSplFileObject_fputcsv_variation13.phpt30 SplFileObject::fputcsv(): Argument #2 ($separator) must be a single character
H A DSplFileObject_fputcsv_variation14.phpt35 SplFileObject::fputcsv(): Argument #2 ($separator) must be a single character
/php-src/ext/standard/tests/file/
H A Dfgetcsv_error_conditions.phpt57 fgetcsv(): Argument #3 ($separator) must be a single character
61 fgetcsv(): Argument #3 ($separator) must be a single character
H A Dtempnam_variation3-win32.phpt36 /* prefix with path separator of a non existing directory*/
51 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation10.phpt27 /* prefix with path separator of a non existing directory*/
/php-src/ext/date/tests/
H A Dgmdate_variation10.phpt23 echo "\n-- Testing gmdate() function with Difference to GMT in hours using colon as separator forma…
51 -- Testing gmdate() function with Difference to GMT in hours using colon as separator format --
/php-src/ext/spl/
H A Dspl_directory.stub.php253 …public function fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\"):… argument
256 …public function fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $… argument
259 …public function setCsvControl(string $separator = ",", string $enclosure = "\"", string $escape = … argument
/php-src/ext/standard/tests/ini_info/
H A Dphp_ini_scanned_files.phpt13 // Env value without path separator overrides any config option
/php-src/ext/spl/tests/
H A Dgh12721.phpt2 …1 (SplFileInfo::getFilename() segfault in combination with GlobIterator and no directory separator)
/php-src/ext/filter/
H A Dlogical_filters.c982 char separator; in php_filter_validate_mac() local
1000 separator = '.'; in php_filter_validate_mac()
1005 separator = '-'; in php_filter_validate_mac()
1010 separator = ':'; in php_filter_validate_mac()
1015 if (exp_separator_set && separator != exp_separator[0]) { in php_filter_validate_mac()
1026 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
/php-src/scripts/gdb/
H A Dphp_gdb.py87 separator = '|'
109 separator = '&'
116 str = separator.join(parts)

Completed in 38 milliseconds

1234