Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 15 of 15) sorted by relevance

/PHP-7.3/ext/curl/tests/
H A Dcurl_escape.phpt17 $escaped = curl_escape($a, $str);
18 $original = curl_unescape($a, $escaped);
19 var_dump($escaped, $original);
/PHP-7.3/ext/pcre/tests/
H A Dpreg_quote_basic.phpt12 …th metacharacters and / (set as delimiter) escaped\n"; //$string_after is printed with metacharact…
19 …ike: \/this \*\-has \\ metacharacters\^ in \$, with metacharacters and / (set as delimiter) escaped
/PHP-7.3/ext/mysqli/tests/
H A D065.phpt27 /* 5C should be escaped */
38 /* nothing should be escaped, it's a valid gbk character */
/PHP-7.3/ext/standard/tests/file/
H A Dbug22382.phpt2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
/PHP-7.3/sapi/phpdbg/tests/
H A Drun_002.phpt2 Stdin and escaped args being passed to run command
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c328 unsigned char *escaped; in pgsql_handle_quoter() local
335 escaped = PQescapeByteaConn(H->server, (unsigned char *)unquoted, unquotedlen, &tmp_len); in pgsql_handle_quoter()
338 memcpy((*quoted)+1, escaped, *quotedlen-2); in pgsql_handle_quoter()
342 PQfreemem(escaped); in pgsql_handle_quoter()
/PHP-7.3/ext/wddx/
H A Dwddx.c367 zend_string *escaped = php_escape_html_entities( in php_wddx_packet_start() local
372 php_wddx_add_chunk_ex(packet, ZSTR_VAL(escaped), ZSTR_LEN(escaped)); in php_wddx_packet_start()
376 zend_string_release_ex(escaped, 0); in php_wddx_packet_start()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5529 char *escaped; local
5575 smart_str_appendl(&querystr, escaped, new_len);
5577 efree(escaped);
5585 efree(escaped);
6493 add_assoc_zval(result, escaped, &new_val);
6494 PGSQLfree(escaped);
6573 char *table_copy, *escaped, *tmp; local
6588 smart_str_appends(querystr, escaped);
6589 PGSQLfree(escaped);
6600 smart_str_appends(querystr, escaped);
[all …]
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md98 Enables support for an escaped `r\*` metacharacter, meaning "zero or more r's." This is
117 Enables support for an escaped `r\+` metacharacter, meaning "one or more r's." This is
136 Enables support for an escaped `r\?` metacharacter, meaning "zero or one r" or "an optional
163 Enables support for an escaped `r\{lower,upper\}` range form. This is useful if you
181 Enables support for an escaped `r\|s` alternation form. This is useful if you
198 Enables support for escaped `\(...\)` grouping-and-capturing operators. This is useful if you
442 `*` and `+`, as if they had been escaped with `\*` and `\+`.
738 `U+00E0`, or as two, `U+0061 U+0300`. If those are further escaped using UTF-8,
927 classes. If this flag is clear, shorthands like `\w` are treated as a redundantly-escaped
943 literal `-`, as if it had been escaped as `\-`. If this flag is clear, then a trailing
H A DRE541 ('[' must be escaped as an usual char in character class.)
/PHP-7.3/ext/standard/
H A Dfile.c1956 int escaped = 0; in php_fputcsv() local
1961 escaped = 1; in php_fputcsv()
1962 } else if (!escaped && *ch == enclosure) { in php_fputcsv()
1965 escaped = 0; in php_fputcsv()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c4077 int escaped; member
4704 tok->escaped = 0; in fetch_token_in_cc()
4719 tok->escaped = 1; in fetch_token_in_cc()
4962 tok->escaped = 1; in fetch_token()
5479 tok->escaped = 0; in fetch_token()
6267 if (r == TK_CHAR && tok->u.code == (OnigCodePoint )'^' && tok->escaped == 0) { in parse_cc()
7979 if (tok->escaped) goto tk_crude_byte; in parse_exp()
/PHP-7.3/ext/date/lib/
H A Dparse_date.re2056 * prefix is escaped. (e.g. "%%" is expecting literal "%")
2278 case TIMELIB_FORMAT_ESCAPE: /* escaped char */
2287 …add_pbf_error(s, TIMELIB_ERR_NO_ESCAPED_CHAR, "The escaped character could not be found", string, …
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1857 2003/06/16: [spec] should not control ignore case mode by escaped char.
1952 2003/03/12: [bug] escaped alphabet should be TK_RAW_BYTE
/PHP-7.3/build/
H A Dlibtool.m4115 # Sed substitution to delay expansion of an escaped shell variable in a

Completed in 112 milliseconds