Searched defs:separator (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 11 …on pgsqlCopyFromArray(string $tableName, array | Traversable $rows, string $separator = "\t", stri… 14 …public function pgsqlCopyFromFile(string $tableName, string $filename, string $separator = "\t", s… 17 …public function pgsqlCopyToArray(string $tableName, string $separator = "\t", string $nullAs = "\\… 20 …public function pgsqlCopyToFile(string $tableName, string $filename, string $separator = "\t", str…
|
H A D | pdo_pgsql.stub.php | 38 …public function copyFromArray(string $tableName, array $rows, string $separator = "\t", string $nu… 40 …public function copyFromFile(string $tableName, string $filename, string $separator = "\t", string… 42 …public function copyToArray(string $tableName, string $separator = "\t", string $nullAs = "\\\\N",… 44 …public function copyToFile(string $tableName, string $filename, string $separator = "\t", string $…
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 432 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator() 451 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard() 585 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range() 801 PCRE2_UCHAR separator = ccontext->glob_separator; in convert_glob() local
|
H A D | pcre2_context.c | 492 pcre2_set_glob_separator(pcre2_convert_context *ccontext, uint32_t separator) in pcre2_set_glob_separator()
|
/php-src/ext/mbstring/ |
H A D | mb_gpc.h | 24 const char *separator; member
|
H A D | mb_gpc.c | 37 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS() local
|
/php-src/ext/spl/ |
H A D | spl_directory.stub.php | 250 …public function fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\"):… 253 …public function fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $… 256 …public function setCsvControl(string $separator = ",", string $enclosure = "\"", string $escape = …
|
/php-src/ext/xml/ |
H A D | xml.stub.php | 150 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {}
|
/php-src/main/ |
H A D | php_variables.c | 464 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
|
/php-src/ext/filter/ |
H A D | logical_filters.c | 987 char separator; in php_filter_validate_mac() local
|
/php-src/Zend/ |
H A D | zend_ast.c | 1430 static ZEND_COLD void zend_ast_export_list(smart_str *str, zend_ast_list *list, bool separator, int… in zend_ast_export_list() 1472 …end_ast_export_name_list_ex(smart_str *str, zend_ast_list *list, int indent, const char *separator) in zend_ast_export_name_list_ex()
|
H A D | zend_compile.c | 8151 zend_string *separator = zend_empty_string; in zend_begin_func_decl() local
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 848 …function pg_copy_to(PgSql\Connection $connection, string $table_name, string $separator = "\t", st… 850 …onnection $connection, string $table_name, array|Traversable $rows, string $separator = "\t", stri…
|
/php-src/ext/standard/ |
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/build/ |
H A D | gen_stub.php | 5162 … iterable $infos, string $separator, Closure $codeGenerator, ?string $parentCond = null): string {
|
Completed in 163 milliseconds