Home
last modified time | relevance | path

Searched refs:escape (Results 76 – 100 of 100) sorted by relevance

1234

/PHP-5.6/ext/standard/tests/array/
H A Dkrsort_variation5.phpt26 // diff. escape sequence chars with key values
H A Dksort_variation5.phpt26 // diff. escape sequence chars with key values
/PHP-5.6/ext/mbstring/oniguruma/doc/
H A DRE8 \ escape (enable or disable meta character meaning)
23 \e escape (0x1B)
159 in a character class, you should escape these characters by '\'.
H A DAPI33 '[', '-', ']' in character class without escape.
34 ']' in pattern without escape.
542 Except for an escape character, this meta characters specification
/PHP-5.6/ext/standard/tests/strings/
H A Ducfirst.phpt39 '\t', // escape sequences
H A Dlcfirst.phpt39 '\t', // escape sequences
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY5 2013/10/21: [impl] escape warnings for -Wall. (regparse.c)
168 2006/11/21: [impl] escape UChar collision from config.h.
248 2006/10/17: [impl] change type for escape VC++ warning.
391 for escape warning on Mac OS X.
572 2005/08/22: [impl] escape GCC 4.0 warnings for testc.c.
576 2005/08/22: [impl] escape GCC 4.0 warnings for sample/*.c.
578 2005/08/22: [impl] escape GCC 4.0 warnings.
604 escape GCC 4.0 warnings.
793 2004/12/01: [impl] double cast for escape warning in Cygwin.
879 escape compile time warnings for x86-64 Linux.
[all …]
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt2423 7 invalid escape sequence in character class
4923 \ general escape character with several uses
4942 \ general escape character
5008 \e escape (hex 1B)
5147 Unsupported escape sequences
6227 the \C escape sequence
6228 the \X escape sequence
6229 the \R escape sequence
6512 following a backslash is to use the \g escape sequence. This escape
7701 \e escape (hex 1B)
[all …]
/PHP-5.6/ext/standard/
H A Dfile.c1962 char escape = '\\'; in PHP_FUNCTION() local
2021 escape = escape_str[0]; in PHP_FUNCTION()
2052 php_fgetcsv(stream, delimiter, enclosure, escape, buf_len, buf, return_value TSRMLS_CC); in PHP_FUNCTION()
H A Dbasic_functions.c1215 ZEND_ARG_INFO(0, escape)
2388 ZEND_ARG_INFO(0, escape)
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput14138 Failed: POSIX code 9: bad escape sequence at offset 4
H A Dtestoutput2106 Failed: invalid escape sequence in character class at offset 6
109 Failed: invalid escape sequence in character class at offset 6
112 Failed: invalid escape sequence in character class at offset 6
6575 Unknown escape sequence at: <bad>
/PHP-5.6/ext/standard/tests/general_functions/
H A Dprint_r.phpt108 "1234\t\n5678\n\t9100\rabcda" // strings with escape characters
H A Dprint_r_64bit.phpt109 "1234\t\n5678\n\t9100\rabcda" // strings with escape characters
H A Dvar_dump_64bit.phpt102 "1234\t\n5678\n\t9100\rabcda" // strings with escape characters
H A Dvar_dump.phpt102 "1234\t\n5678\n\t9100\rabcda" // strings with escape characters
/PHP-5.6/
H A DREADME.RELEASE_PROCESS237 b. check for &, < and > and escape them if necessary
H A DNEWS528 . Fixed bug #72330 (CSV fields incorrectly split if escape char followed by
547 . Fixed bug #72646 (SplFileObject::getCsvControl does not return the escape
3168 . Improved fputcsv() to allow specifying escape character.
4873 . Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e).
5666 . Fixed bug #55082 (var_export() doesn't escape properties properly).
6448 . Fixed bug #53279 (SplFileObject doesn't initialise default CSV escape
7743 - Fixed bug #47229 (preg_quote() should escape the '-' char). (Nuno)
8704 - Fixed bug #42590 (Make the engine recognize \v and \f escape sequences).
10129 - Fixed bug #37262 (var_export() does not escape \0 character). (Ilia)
11254 - Fixed bug #31341 (escape on curly inconsistent). (Dmitry)
[all …]
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog55 12. In an EBCDIC environment, pcretest was mishandling the escape sequences
159 42. In a character class such as [\W\p{Any}] where both a negative-type escape
160 ("not a word character") and a property escape were present, the property
161 escape was being ignored.
836 17. The \A escape now records a lookbehind value of 1, though its execution
3417 6. The escape sequence \n was being treated as whatever was defined as
3584 (g) The escape \gN or \g{N} has been added, where N is a positive or
4403 pcre_exec() and the \P data escape in pcretest.
5103 testing, the pcretest program has a new data escape
5775 escape sequence".
[all …]
H A DHACKING299 character by testing its Unicode property (the \p and \P escape sequences).
H A DNEWS441 3. The \R escape matches a single Unicode newline sequence as a single unit.
/PHP-5.6/ext/ldap/
H A Dldap.c2672 …d php_ldap_escape_map_set_chars(zend_bool *map, const char *chars, const int charslen, char escape) in php_ldap_escape_map_set_chars() argument
2676 map[(unsigned char) chars[i++]] = escape; in php_ldap_escape_map_set_chars()
/PHP-5.6/ext/mbstring/
H A DREADME_PHP3-i18n-ja389 Encoding such as ISO-2022-** and HZ encoding which uses escape
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c97221 u32 escape = 0;
97251 escape = sqlite3Utf8Read(&zEsc);
97259 sqlite3_result_int(context, patternCompare(zB, zA, pInfo, escape));
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic10873 # most frequent byte, xx and zz are runlength escape codes, where xx is

Completed in 571 milliseconds

1234