Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/pcre/tests/
H A Dpreg_quote_basic.phpt12 …th metacharacters and / (set as delimiter) escaped\n"; //$string_after is printed with metacharact…
20 …ike: \/this \*\-has \\ metacharacters\^ in \$, with metacharacters and / (set as delimiter) escaped
/PHP-5.5/ext/standard/tests/file/
H A Dbug22382.phpt2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
/PHP-5.5/ext/mysqli/tests/
H A D065.phpt30 /* 5C should be escaped */
41 /* nothing should be escaped, it's a valid gbk character */
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c322 unsigned char *escaped; in pgsql_handle_quoter() local
330 escaped = PQescapeByteaConn(H->server, (unsigned char *)unquoted, (size_t)unquotedlen, &tmp_len); in pgsql_handle_quoter()
332 escaped = PQescapeBytea((unsigned char *)unquoted, (size_t)unquotedlen, &tmp_len); in pgsql_handle_quoter()
336 memcpy((*quoted)+1, escaped, *quotedlen-2); in pgsql_handle_quoter()
340 PQfreemem(escaped); in pgsql_handle_quoter()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5110 char *escaped; local
5143 efree(escaped);
5151 efree(escaped);
6051 char *escaped; local
6058 add_assoc_zval(result, escaped, new_val);
6059 PGSQLfree(escaped);
6137 char *table_copy, *escaped, *tmp; local
6152 smart_str_appends(querystr, escaped);
6153 PGSQLfree(escaped);
6164 smart_str_appends(querystr, escaped);
[all …]
/PHP-5.5/ext/standard/
H A Dfile.c1907 int escaped = 0; in php_fputcsv() local
1912 escaped = 1; in php_fputcsv()
1913 } else if (!escaped && *ch == enclosure) { in php_fputcsv()
1916 escaped = 0; in php_fputcsv()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c2271 int escaped; member
2922 tok->escaped = 0; in fetch_token_in_cc()
2937 tok->escaped = 1; in fetch_token_in_cc()
3149 tok->escaped = 1; in fetch_token()
3585 tok->escaped = 0; in fetch_token()
4190 if (r == TK_CHAR && tok->u.c == '^' && tok->escaped == 0) { in parse_char_class()
5077 if (tok->escaped) goto tk_raw_byte; in parse_exp()
H A DHISTORY1550 2003/06/16: [spec] should not control ignore case mode by escaped char.
1645 2003/03/12: [bug] escaped alphabet should be TK_RAW_BYTE
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE391 ('[' must be escaped as an usual char in character class.)
/PHP-5.5/ext/date/lib/
H A Dparse_date.re2076 case '\\': /* escaped char */
2085 add_pbf_error(s, "The escaped character could not be found", string, begin);
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1290 if they appear, or are escaped, in patterns.
3549 escaped with \Q...\E, or parentheses in a #-comment in /x mode.
5816 (d) An escaped but undefined alphabetic character is taken as a literal,
5836 1. Fixed bug in pre-pass concerning escaped "normal" characters such as \x5c or
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2183 totally ignored except when escaped or inside a character class. How-
5756 present) or escaped with a backslash.
5799 class, it must be escaped with a backslash or appear in a position
5808 would match "W46]" or "-46]". However, if the "]" is escaped with a
10077 Within "rewrite", backslash-escaped digits (\1 to \9) can be used to
/PHP-5.5/build/
H A Dlibtool.m4115 # Sed substitution to delay expansion of an escaped shell variable in a
/PHP-5.5/
H A DNEWS9445 - Fixed bug #33904 (input array keys being escaped when magic quotes is off).

Completed in 187 milliseconds