Searched refs:escaped (Results 1 – 14 of 14) sorted by relevance
/PHP-5.4/ext/pcre/tests/ |
H A D | preg_quote_basic.phpt | 12 …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.4/ext/standard/tests/file/ |
H A D | bug22382.phpt | 2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | 065.phpt | 30 /* 5C should be escaped */ 41 /* nothing should be escaped, it's a valid gbk character */
|
/PHP-5.4/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 310 unsigned char *escaped; in pgsql_handle_quoter() local 318 escaped = PQescapeByteaConn(H->server, (unsigned char *)unquoted, (size_t)unquotedlen, &tmp_len); in pgsql_handle_quoter() 320 escaped = PQescapeBytea((unsigned char *)unquoted, (size_t)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.4/ext/pgsql/ |
H A D | pgsql.c | 5093 char *escaped; local 5126 efree(escaped); 5134 efree(escaped); 6032 char *escaped; local 6039 add_assoc_zval(result, escaped, new_val); 6040 PGSQLfree(escaped); 6118 char *table_copy, *escaped, *tmp; local 6133 smart_str_appends(querystr, escaped); 6134 PGSQLfree(escaped); 6145 smart_str_appends(querystr, escaped); [all …]
|
/PHP-5.4/ext/standard/ |
H A D | file.c | 1886 int escaped = 0; in php_fputcsv() local 1891 escaped = 1; in php_fputcsv() 1892 } else if (!escaped && *ch == enclosure) { in php_fputcsv() 1895 escaped = 0; in php_fputcsv()
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regparse.c | 2245 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 D | HISTORY | 1345 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.4/ext/mbstring/oniguruma/doc/ |
H A D | RE | 356 ('[' must be escaped as an usual char in character class.)
|
/PHP-5.4/ext/date/lib/ |
H A D | parse_date.re | 2136 case '\\': /* escaped char */ 2145 add_pbf_error(s, "The escaped character could not be found", string, begin);
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1114 if they appear, or are escaped, in patterns. 3373 escaped with \Q...\E, or parentheses in a #-comment in /x mode. 5640 (d) An escaped but undefined alphabetic character is taken as a literal, 5660 1. Fixed bug in pre-pass concerning escaped "normal" characters such as \x5c or
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2172 totally ignored except when escaped or inside a character class. How- 5732 present) or escaped with a backslash. 5775 class, it must be escaped with a backslash or appear in a position 5784 would match "W46]" or "-46]". However, if the "]" is escaped with a 10053 Within "rewrite", backslash-escaped digits (\1 to \9) can be used to
|
/PHP-5.4/build/ |
H A D | libtool.m4 | 115 # Sed substitution to delay expansion of an escaped shell variable in a
|
/PHP-5.4/ |
H A D | NEWS | 8256 - Fixed bug #33904 (input array keys being escaped when magic quotes is off).
|
Completed in 137 milliseconds