Searched defs:escape (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/spl/ |
H A D | spl_directory.stub.php | 209 …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 D | spl_directory.c | 1913 …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 D | spl_directory.h | 97 int escape; member
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 579 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 D | pcre2_context.c | 479 pcre2_set_glob_escape(pcre2_convert_context *ccontext, uint32_t escape) in pcre2_set_glob_escape()
|
H A D | pcre2_compile.c | 1490 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 D | sccp.c | 2064 static void join_phi_values(zval *a, zval *b, zend_bool escape) { in join_phi_values()
|
/PHP-8.0/ext/standard/ |
H A D | file.c | 1917 int escape = (unsigned char) '\\'; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 658 …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 D | ldap.c | 3792 …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 114 milliseconds