Home
last modified time | relevance | path

Searched defs:escape (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php216 …public function fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\"):…
219 …sv(array $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\", string…
222 …public function setCsvControl(string $separator = ",", string $enclosure = "\"", string $escape = …
H A Dspl_directory.c1895 …ead_csv(spl_filesystem_object *intern, char delimiter, char enclosure, int escape, zval *return_va… in spl_filesystem_file_read_csv()
2296 int escape = intern->u.file.escape; in PHP_METHOD() local
2346 int escape = intern->u.file.escape; in PHP_METHOD() local
2404 int escape = (unsigned char) '\\'; in PHP_METHOD() local
2452 char delimiter[2], enclosure[2], escape[2]; in PHP_METHOD() local
H A Dspl_directory.h93 int escape; member
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_convert.c579 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range()
795 PCRE2_UCHAR escape = ccontext->glob_escape; in convert_glob() local
H A Dpcre2_context.c479 pcre2_set_glob_escape(pcre2_convert_context *ccontext, uint32_t escape) in pcre2_set_glob_escape()
H A Dpcre2_compile.c1507 int escape = 0; in PRIV() local
2532 int escape; in parse_regex() local
5316 uint32_t escape; in compile_branch() local
9068 uint32_t escape; in get_branchlength() local
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c2045 static void join_phi_values(zval *a, zval *b, bool escape) { in join_phi_values()
/PHP-8.1/ext/standard/
H A Dfile.c1966 int escape = (unsigned char) '\\'; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php870 …v(string $string, string $separator = ",", string $enclosure = "\"", string $escape = "\\"): array… argument
1158 …m, array $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\", string…
1165 …t $length = null, string $separator = ",", string $enclosure = "\"", string $escape = "\\"): array…
/PHP-8.1/ext/ldap/
H A Dldap.c3917 …oid php_ldap_escape_map_set_chars(bool *map, const char *chars, const size_t charslen, char escape) in php_ldap_escape_map_set_chars()

Completed in 86 milliseconds