Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/standard/tests/file/
H A Dbug22382.phpt2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
/PHP-5.3/ext/mysqli/tests/
H A D065.phpt30 /* 5C should be escaped */
41 /* nothing should be escaped, it's a valid gbk character */
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c310 unsigned char *escaped; in pgsql_handle_quoter() local
318 escaped = PQescapeByteaConn(H->server, unquoted, unquotedlen, &tmp_len); in pgsql_handle_quoter()
320 escaped = PQescapeBytea(unquoted, unquotedlen, &tmp_len); in pgsql_handle_quoter()
324 memcpy((*quoted)+1, escaped, *quotedlen-2); in pgsql_handle_quoter()
328 PQfreemem(escaped); in pgsql_handle_quoter()
/PHP-5.3/ext/standard/
H A Dfile.c2019 int escaped = 0; in PHP_FUNCTION() local
2024 escaped = 1; in PHP_FUNCTION()
2025 } else if (!escaped && *ch == enclosure) { in PHP_FUNCTION()
2028 escaped = 0; in PHP_FUNCTION()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c2245 int escaped; member
2766 tok->escaped = 0; in fetch_token_in_cc()
2781 tok->escaped = 1; in fetch_token_in_cc()
2985 tok->escaped = 1; in fetch_token()
3390 tok->escaped = 0; in fetch_token()
4078 if (r == TK_CHAR && tok->u.c == '^' && tok->escaped == 0) { in parse_char_class()
4828 if (tok->escaped) goto tk_raw_byte; in parse_exp()
H A DHISTORY1345 2003/06/16: [spec] should not control ignore case mode by escaped char.
1440 2003/03/12: [bug] escaped alphabet should be TK_RAW_BYTE
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE356 ('[' must be escaped as an usual char in character class.)
/PHP-5.3/ext/date/lib/
H A Dparse_date.re2133 case '\\': /* escaped char */
2142 add_pbf_error(s, "The escaped character could not be found", string, begin);
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in378 ** is escaped and the SQL generated is as follows:
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog354 if they appear, or are escaped, in patterns.
2612 escaped with \Q...\E, or parentheses in a #-comment in /x mode.
4879 (d) An escaped but undefined alphabetic character is taken as a literal,
4899 1. Fixed bug in pre-pass concerning escaped "normal" characters such as \x5c or
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2117 totally ignored except when escaped or inside a character class. White
5426 present) or escaped with a backslash.
5469 class, it must be escaped with a backslash or appear in a position
5476 would match "W46]" or "-46]". However, if the "]" is escaped with a
9536 Within "rewrite", backslash-escaped digits (\1 to \9) can be used to
/PHP-5.3/build/
H A Dlibtool.m4115 # Sed substitution to delay expansion of an escaped shell variable in a
/PHP-5.3/
H A DNEWS6395 - Fixed bug #33904 (input array keys being escaped when magic quotes is off).

Completed in 112 milliseconds