Home
last modified time | relevance | path

Searched defs:separator (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php11 …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 Dpcre2_convert.c432 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 Dpcre2_context.c476 pcre2_set_glob_separator(pcre2_convert_context *ccontext, uint32_t separator) in pcre2_set_glob_separator()
/PHP-8.3/ext/mbstring/
H A Dmb_gpc.h24 const char *separator; member
H A Dmb_gpc.c45 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS() local
/PHP-8.3/ext/spl/
H A Dspl_directory.stub.php301 …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 Dxml.stub.php145 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {}
/PHP-8.3/main/
H A Dphp_variables.c463 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
/PHP-8.3/ext/filter/
H A Dlogical_filters.c987 char separator; in php_filter_validate_mac() local
/PHP-8.3/Zend/
H A Dzend_ast.c1393 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 Dpgsql.stub.php837 …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 Dbasic_functions.stub.php2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/PHP-8.3/build/
H A Dgen_stub.php4145 … iterable $infos, string $separator, Closure $codeGenerator, ?string $parentCond = null): string {

Completed in 115 milliseconds