Searched defs:separator (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 11 …public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", strin… 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…
|
/PHP-8.3/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() 577 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range() 793 PCRE2_UCHAR separator = ccontext->glob_separator; in convert_glob() local
|
H A D | pcre2_context.c | 476 pcre2_set_glob_separator(pcre2_convert_context *ccontext, uint32_t separator) in pcre2_set_glob_separator()
|
/PHP-8.3/ext/mbstring/ |
H A D | mb_gpc.h | 24 const char *separator; member
|
H A D | mb_gpc.c | 45 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS() local
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.stub.php | 301 …public function fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\"):… 304 …public function fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $… 307 …public function setCsvControl(string $separator = ",", string $enclosure = "\"", string $escape = …
|
/PHP-8.3/ext/xml/ |
H A D | xml.stub.php | 145 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {}
|
/PHP-8.3/ext/filter/ |
H A D | logical_filters.c | 987 char separator; in php_filter_validate_mac() local
|
/PHP-8.3/main/ |
H A D | php_variables.c | 463 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
|
/PHP-8.3/Zend/ |
H A D | zend_ast.c | 1393 static ZEND_COLD void zend_ast_export_list(smart_str *str, zend_ast_list *list, bool separator, int… in zend_ast_export_list() 1435 …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()
|
/PHP-8.3/ext/pgsql/ |
H A D | pgsql.stub.php | 837 …function pg_copy_to(PgSql\Connection $connection, string $table_name, string $separator = "\t", st… 839 …from(PgSql\Connection $connection, string $table_name, array $rows, string $separator = "\t", stri…
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.stub.php | 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.3/build/ |
H A D | gen_stub.php | 4145 … iterable $infos, string $separator, Closure $codeGenerator, ?string $parentCond = null): string {
|
Completed in 74 milliseconds