Home
last modified time | relevance | path

Searched refs:esc (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/opcache/tests/opt/
H A Ddce_007.phpt14 function esc($x) {
27 esc:
H A Ddce_008.phpt14 function esc(int $x) {
27 esc:
/PHP-8.3/ext/json/
H A Djson_scanner.re337 char esc;
341 esc = '\b';
344 esc = '\f'; break;
346 esc = '\n';
349 esc = '\r';
352 esc = '\t';
357 esc = *s->cursor;
363 *(s->pstr++) = esc;
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_charset.c840 char esc = '\0'; in mysqlnd_cset_escape_slashes() local
858 esc = *escapestr; in mysqlnd_cset_escape_slashes()
862 esc = '0'; in mysqlnd_cset_escape_slashes()
865 esc = 'n'; in mysqlnd_cset_escape_slashes()
868 esc = 'r'; in mysqlnd_cset_escape_slashes()
873 esc = *escapestr; in mysqlnd_cset_escape_slashes()
876 esc = 'Z'; in mysqlnd_cset_escape_slashes()
880 if (esc) { in mysqlnd_cset_escape_slashes()
887 *newstr++ = esc; in mysqlnd_cset_escape_slashes()
/PHP-8.3/ext/spl/
H A Dspl_directory.c2306 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2309 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sss", &delim, &d_len, &enclo, &e_len, &esc, &esc_len)… in PHP_METHOD()
2329 if (esc) { in PHP_METHOD()
2337 escape = (unsigned char) esc[0]; in PHP_METHOD()
2353 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2377 if (esc) { in PHP_METHOD()
2385 escape = (unsigned char) esc[0]; in PHP_METHOD()
2403 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2406 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sss", &delim, &d_len, &enclo, &e_len, &esc, &esc_len)… in PHP_METHOD()
2424 if (esc) { in PHP_METHOD()
[all …]
/PHP-8.3/ext/standard/
H A Dstring.c5127 int esc = (unsigned char) '\\'; local
5142 esc = esc_len ? (unsigned char) esc_str[0] : PHP_CSV_NO_ESCAPE;
5145 HashTable *values = php_fgetcsv(NULL, delim, enc, esc, ZSTR_LEN(str), ZSTR_VAL(str));

Completed in 42 milliseconds