Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation5.phpt2 Test stripos() function : usage variations - heredoc string containing escape chars for 'haystack' …
10 /* Test stripos() function by passing heredoc string containing escape chars for haystack
15 echo "-- With heredoc string containing escape characters --\n";
29 -- With heredoc string containing escape characters --
H A Dstrrpos_variation5.phpt2 Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' …
10 /* Test strrpos() function by passing heredoc string containing escape chars for haystack
15 echo "-- With heredoc string containing escape characters --\n";
29 -- With heredoc string containing escape characters --
H A Dstrripos_variation5.phpt2 Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack'…
10 /* Test strripos() function by passing heredoc string containing escape chars for haystack
15 echo "-- With heredoc string containing escape characters --\n";
29 -- With heredoc string containing escape characters --
H A Dstr_split_variation7_64bit.phpt24 string with 123,escape char \t.
122 string(30) "string with 123,escape char ."
127 string(26) "string with 123,escape cha"
134 string(30) "string with 123,escape char ."
139 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_64bit.phpt23 $str = 'This is a string with 123 & escape char \t';
144 string(42) "This is a string with 123 & escape char \t"
151 string(16) "& escape char \t"
156 string(42) "This is a string with 123 & escape char \t"
161 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
12 * string containing various escape sequences for 'str' argument and
16 echo "*** Testing strtr() : string containing escape sequences for 'str' arg ***\n";
69 *** Testing strtr() : string containing escape sequences for 'str' arg ***
H A Dstr_split_variation6.phpt23 $str = 'This is a string with 123 & escape char \t';
144 string(42) "This is a string with 123 & escape char \t"
151 string(16) "& escape char \t"
156 string(42) "This is a string with 123 & escape char \t"
H A Dstr_split_variation7.phpt24 string with 123,escape char \t.
122 string(30) "string with 123,escape char ."
127 string(26) "string with 123,escape cha"
134 string(30) "string with 123,escape char ."
H A Dstrtok_variation6.phpt2 Test strtok() function : usage variations - invalid escape sequences as tokens
11 * Testing strtok() : with invalid escape sequences in token
14 echo "*** Testing strtok() : with invalid escape sequences in token ***\n";
51 *** Testing strtok() : with invalid escape sequences in token ***
/PHP-7.4/tests/lang/string/
H A Dunicode_escape_empty.phpt2 Invalid Unicode escape sequence: Empty
8 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_incomplete.phpt2 Invalid Unicode escape sequence: Incomplete
8 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_whitespace.phpt2 Invalid Unicode escape sequence: Whitespace
8 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
8 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
8 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
8 Parse error: Invalid UTF-8 codepoint escape sequence: Codepoint too large in %s on line %d
/PHP-7.4/ext/pgsql/tests/
H A D18pg_escape_bytea_esc.phpt2 PostgreSQL pg_escape_bytea() functions (escape format)
12 @pg_query($db, "SET bytea_output = 'escape'");
/PHP-7.4/Zend/tests/
H A Dwarning_during_heredoc_scan_ahead.phpt17 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
19 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)
H A Dbug60350.phpt2 Bug #60350 No string escape code for ESC (ascii 27), normally \e
/PHP-7.4/ext/json/tests/
H A Dfail001.phpt25 '["Illegal backslash escape: \\x15"]',
26 '["Illegal backslash escape: \\\'"]',
27 '["Illegal backslash escape: \\017"]',
117 Testing: ["Illegal backslash escape: \x15"]
122 Testing: ["Illegal backslash escape: \'"]
127 Testing: ["Illegal backslash escape: \017"]
/PHP-7.4/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-7.4/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt2 Bug #55082: var_export() doesn't escape properties properly
/PHP-7.4/ext/pcre/tests/
H A Dbug26927.phpt2 Bug #26927 (preg_quote() does not escape \0)

Completed in 97 milliseconds

12345