Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php209 …public function fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\") …
212 …fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\") {}
215 …public function setCsvControl(string $separator = ",", string $enclosure = "\"", string $escape = …
H A Dspl_directory.c1913 …ead_csv(spl_filesystem_object *intern, char delimiter, char enclosure, int escape, zval *return_va… in spl_filesystem_file_read_csv()
2333 int escape = intern->u.file.escape; in PHP_METHOD() local
2381 int escape = intern->u.file.escape; in PHP_METHOD() local
2436 int escape = (unsigned char) '\\'; in PHP_METHOD() local
2484 char delimiter[2], enclosure[2], escape[2]; in PHP_METHOD() local
H A Dspl_directory.h97 int escape; member
/PHP-8.0/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.c1490 int escape = 0; in PRIV() local
2511 int escape; in parse_regex() local
5294 uint32_t escape; in compile_branch() local
9036 uint32_t escape; in get_branchlength() local
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c2064 static void join_phi_values(zval *a, zval *b, zend_bool escape) { in join_phi_values()
/PHP-8.0/ext/standard/
H A Dfile.c1917 int escape = (unsigned char) '\\'; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php658 …v(string $string, string $separator = ",", string $enclosure = "\"", string $escape = "\\"): array… argument
856 …m, array $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\"): int|f…
859 …t $length = null, string $separator = ",", string $enclosure = "\"", string $escape = "\\"): array…
/PHP-8.0/ext/ldap/
H A Dldap.c3792 …hp_ldap_escape_map_set_chars(zend_bool *map, const char *chars, const size_t charslen, char escape) in php_ldap_escape_map_set_chars()

Completed in 74 milliseconds