Searched refs:escaped (Results 1 – 16 of 16) sorted by relevance
/PHP-5.6/ext/curl/tests/ |
H A D | curl_escape.phpt | 17 $escaped = curl_escape($a, $str); 18 $original = curl_unescape($a, $escaped); 19 var_dump($escaped, $original);
|
/PHP-5.6/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.6/ext/standard/tests/file/ |
H A D | bug22382.phpt | 2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
|
/PHP-5.6/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.6/ext/pgsql/ |
H A D | pgsql.c | 5470 char *escaped; local 5518 efree(escaped); 5526 efree(escaped); 6418 char *escaped; local 6425 add_assoc_zval(result, escaped, new_val); 6426 PGSQLfree(escaped); 6504 char *table_copy, *escaped, *tmp; local 6519 smart_str_appends(querystr, escaped); 6520 PGSQLfree(escaped); 6531 smart_str_appends(querystr, escaped); [all …]
|
/PHP-5.6/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 332 unsigned char *escaped; in pgsql_handle_quoter() local 339 escaped = PQescapeByteaConn(H->server, (unsigned char *)unquoted, (size_t)unquotedlen, &tmp_len); in pgsql_handle_quoter() 342 memcpy((*quoted)+1, escaped, *quotedlen-2); in pgsql_handle_quoter() 346 PQfreemem(escaped); in pgsql_handle_quoter()
|
/PHP-5.6/ext/wddx/ |
H A D | wddx.c | 375 char *escaped; in php_wddx_packet_start() local 378 escaped = php_escape_html_entities( in php_wddx_packet_start() 383 php_wddx_add_chunk_ex(packet, escaped, escaped_len); in php_wddx_packet_start() 387 str_efree(escaped); in php_wddx_packet_start()
|
/PHP-5.6/ext/standard/ |
H A D | file.c | 1916 int escaped = 0; in php_fputcsv() local 1921 escaped = 1; in php_fputcsv() 1922 } else if (!escaped && *ch == enclosure) { in php_fputcsv() 1925 escaped = 0; in php_fputcsv()
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regparse.c | 2282 int escaped; member 2930 tok->escaped = 0; in fetch_token_in_cc() 2945 tok->escaped = 1; in fetch_token_in_cc() 3157 tok->escaped = 1; in fetch_token() 3595 tok->escaped = 0; in fetch_token() 4203 if (r == TK_CHAR && tok->u.c == '^' && tok->escaped == 0) { in parse_char_class() 5090 if (tok->escaped) goto tk_raw_byte; in parse_exp()
|
H A D | HISTORY | 1569 2003/06/16: [spec] should not control ignore case mode by escaped char. 1664 2003/03/12: [bug] escaped alphabet should be TK_RAW_BYTE
|
/PHP-5.6/ext/mbstring/oniguruma/doc/ |
H A D | RE | 391 ('[' must be escaped as an usual char in character class.)
|
/PHP-5.6/ext/date/lib/ |
H A D | parse_date.re | 2091 case '\\': /* escaped char */ 2100 add_pbf_error(s, "The escaped character could not be found", string, begin);
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1290 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.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2183 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.6/build/ |
H A D | libtool.m4 | 115 # Sed substitution to delay expansion of an escaped shell variable in a
|
/PHP-5.6/ |
H A D | NEWS | 11023 - Fixed bug #33904 (input array keys being escaped when magic quotes is off).
|
Completed in 186 milliseconds