Searched defs:escape (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/spl/ |
H A D | spl_directory.stub.php | 250 …public function fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\"):… 253 …sv(array $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\", string… 256 …public function setCsvControl(string $separator = ",", string $enclosure = "\"", string $escape = …
|
H A D | spl_directory.h | 84 int escape; member
|
H A D | spl_directory.c | 1910 …ead_csv(spl_filesystem_object *intern, char delimiter, char enclosure, int escape, zval *return_va… in spl_filesystem_file_read_csv() 2437 char delimiter[2], enclosure[2], escape[2]; in PHP_METHOD() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 586 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range() 802 PCRE2_UCHAR escape = ccontext->glob_escape; in convert_glob() local
|
H A D | pcre2_context.c | 501 pcre2_set_glob_escape(pcre2_convert_context *ccontext, uint32_t escape) in pcre2_set_glob_escape()
|
H A D | pcre2_compile.c | 1560 int escape = 0; in PRIV() local 2642 handle_escdsw(int escape, uint32_t *parsed_pattern, uint32_t options, in handle_escdsw() 2794 int escape; in parse_regex() local 5652 uint32_t escape; in compile_branch() local 9471 uint32_t escape; in get_branchlength() local
|
/php-src/ext/standard/ |
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/Zend/Optimizer/ |
H A D | sccp.c | 2007 static void join_phi_values(zval *a, zval *b, bool escape) { in join_phi_values()
|
/php-src/build/ |
H A D | gen_stub.php | 4273 public function escape(): string { function in ExposedDocComment
|
/php-src/ext/ldap/ |
H A D | ldap.c | 3801 …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 135 milliseconds