Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 25 of 137) sorted by relevance

123456

/php-src/ext/standard/tests/strings/
H A Dstripos_variation5.phpt2 Test stripos() function : usage variations - heredoc string containing escape chars for 'haystack' …
5 /* Test stripos() function by passing heredoc string containing escape chars for haystack
10 echo "-- With heredoc string containing escape characters --\n";
24 -- With heredoc string containing escape characters --
H A Dstrripos_variation5.phpt2 Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack'…
5 /* Test strripos() function by passing heredoc string containing escape chars for haystack
10 echo "-- With heredoc string containing escape characters --\n";
23 -- With heredoc string containing escape characters --
H A Dstrrpos_variation5.phpt2 Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' …
5 /* Test strrpos() function by passing heredoc string containing escape chars for haystack
10 echo "-- With heredoc string containing escape characters --\n";
24 -- With heredoc string containing escape characters --
H A Dstr_split_variation7.phpt12 string with 123,escape char \t.
109 string(30) "string with 123,escape char ."
114 string(26) "string with 123,escape cha"
121 string(30) "string with 123,escape char ."
H A Dstrrchr_variation5.phpt2 Test strrchr() function : usage variations - heredoc string containing escape sequences for 'haysta…
11 * escape sequences for haystack and with various needles
17 \escape \\seque\nce
H A Dstr_split_variation6.phpt11 $str = 'This is a string with 123 & escape char \t';
131 string(42) "This is a string with 123 & escape char \t"
138 string(16) "& escape char \t"
143 string(42) "This is a string with 123 & escape char \t"
H A Dstrtr_variation3.phpt2 Test strtr() function : usage variations - string containing escape sequences for 'str' argument
6 * string containing various escape sequences for 'str' argument and
10 echo "*** Testing strtr() : string containing escape sequences for 'str' arg ***\n";
63 *** Testing strtr() : string containing escape sequences for 'str' arg ***
H A Dchunk_split_variation8.phpt20 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
67 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
72 It has _speci@l ch@r$ 222:::2 !!!Now \k as escape char::: to test
77 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
H A Dstrtok_variation6.phpt2 Test strtok() function : usage variations - invalid escape sequences as tokens
6 * Testing strtok() : with invalid escape sequences in token
9 echo "*** Testing strtok() : with invalid escape sequences in token ***\n";
46 *** Testing strtok() : with invalid escape sequences in token ***
H A Dbug37262.phpt2 Bug #37262 (var_export() does not escape \0 character)
/php-src/tests/lang/string/
H A Dunicode_escape_empty.phpt2 Invalid Unicode escape sequence: Empty
9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_incomplete.phpt2 Invalid Unicode escape sequence: Incomplete
9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_whitespace.phpt2 Invalid Unicode escape sequence: Whitespace
9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_sign.phpt2 Invalid Unicode escape sequence: Positive sign
9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_sign2.phpt2 Invalid Unicode escape sequence: Negative sign
9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_large_codepoint.phpt2 Invalid Unicode escape sequence: Large codepoint
9 Parse error: Invalid UTF-8 codepoint escape sequence: Codepoint too large in %s on line %d
/php-src/ext/mbstring/tests/
H A Dgh10648.phpt10 'ISO-2022-JP bytes without escape sequence' => '1b24422422', // 'ア' in JIS
11 'JIS X 0201 7bit kana with escape sequence' => '1b2849311b2842', // 'ア' in JIS
19 'JIS C 6220-1969 ESC ( H' => '1b284a1b2848', // an escape sequence transitioning to ASCII
20 … 'SO/SI when not in ASCII mode' => '1b284a0e0f1b2842', // an escape sequence transitioning to ASCII
47 ISO-2022-JP bytes without escape sequence
57 JIS X 0201 7bit kana with escape sequence
/php-src/Zend/tests/
H A Dwarning_during_heredoc_scan_ahead.phpt13 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
15 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
H A Drequire_parse_exception.phpt50 Invalid UTF-8 codepoint escape sequence on line 2
51 Invalid UTF-8 codepoint escape sequence: Codepoint too large on line 2
H A Dbug31341.phpt2 Bug #31341 (escape on curly inconsistent)
/php-src/ext/json/tests/
H A Dfail001.phpt21 '["Illegal backslash escape: \\x15"]',
22 '["Illegal backslash escape: \\\'"]',
23 '["Illegal backslash escape: \\017"]',
113 Testing: ["Illegal backslash escape: \x15"]
118 Testing: ["Illegal backslash escape: \'"]
123 Testing: ["Illegal backslash escape: \017"]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt23 …* Without the character length check, we'd check if we need to escape the current character 0xB…
24 …* The character 0xBF isn't handled in the switch case so we don't escape it and append 0xBF to …
25 …econd iteration, i.e. *from == 0x27. This isn't a valid start either, so we go to the escape logic.
26 … * Note that 0x27 is the character ', so we have to escape! We write two bytes to the output:
/php-src/ext/tokenizer/tests/
H A Dparse_errors.phpt40 Invalid UTF-8 codepoint escape sequence
48 Invalid UTF-8 codepoint escape sequence: Codepoint too large
/php-src/ext/pgsql/tests/
H A D18pg_escape_bytea_esc.phpt2 PostgreSQL pg_escape_bytea() functions (escape format)
17 @pg_query($db, "SET bytea_output = 'escape'");
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c586 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range() argument
704 if (escape != 0 && c == escape) in convert_glob_parse_range()
728 if (escape != 0 && c == escape) in convert_glob_parse_range()
802 PCRE2_UCHAR escape = ccontext->glob_escape; in convert_glob() local
815 if (utf && (separator >= 128 || escape >= 128)) in convert_glob()
883 if (after_separator && escape != 0 && *pattern == escape && in convert_glob()
994 &out, utf, separator, with_escape, escape, no_wildsep); in convert_glob()
999 if (escape != 0 && c == escape) in convert_glob()

Completed in 41 milliseconds

123456