/PHP-8.0/ext/standard/tests/strings/ |
H A D | stripos_variation5.phpt | 2 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 D | strripos_variation5.phpt | 2 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 D | strrpos_variation5.phpt | 2 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 D | str_split_variation7.phpt | 12 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 D | strrchr_variation5.phpt | 2 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 D | str_split_variation6.phpt | 11 $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 D | strtr_variation3.phpt | 2 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 D | strtok_variation6.phpt | 2 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 D | bug37262.phpt | 2 Bug #37262 (var_export() does not escape \0 character)
|
/PHP-8.0/tests/lang/string/ |
H A D | unicode_escape_empty.phpt | 2 Invalid Unicode escape sequence: Empty 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
H A D | unicode_escape_incomplete.phpt | 2 Invalid Unicode escape sequence: Incomplete 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
H A D | unicode_escape_whitespace.phpt | 2 Invalid Unicode escape sequence: Whitespace 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
H A D | unicode_escape_sign.phpt | 2 Invalid Unicode escape sequence: Positive sign 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
H A D | unicode_escape_sign2.phpt | 2 Invalid Unicode escape sequence: Negative sign 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
H A D | unicode_escape_large_codepoint.phpt | 2 Invalid Unicode escape sequence: Large codepoint 9 Parse error: Invalid UTF-8 codepoint escape sequence: Codepoint too large in %s on line %d
|
/PHP-8.0/Zend/tests/ |
H A D | warning_during_heredoc_scan_ahead.phpt | 13 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 D | require_parse_exception.phpt | 50 Invalid UTF-8 codepoint escape sequence on line 2 51 Invalid UTF-8 codepoint escape sequence: Codepoint too large on line 2
|
H A D | bug31341.phpt | 2 Bug #31341 (escape on curly inconsistent)
|
H A D | bug60350.phpt | 2 Bug #60350 No string escape code for ESC (ascii 27), normally \e
|
/PHP-8.0/ext/pgsql/tests/ |
H A D | 18pg_escape_bytea_esc.phpt | 2 PostgreSQL pg_escape_bytea() functions (escape format) 12 @pg_query($db, "SET bytea_output = 'escape'");
|
/PHP-8.0/ext/json/tests/ |
H A D | fail001.phpt | 21 '["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-8.0/ext/tokenizer/tests/ |
H A D | parse_errors.phpt | 40 Invalid UTF-8 codepoint escape sequence 48 Invalid UTF-8 codepoint escape sequence: Codepoint too large
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | var_export_basic9.phpt | 2 Bug #55082: var_export() doesn't escape properties properly
|
/PHP-8.0/ext/spl/ |
H A D | spl_directory.stub.php | 209 …public function fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\") … argument 212 …fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\") {} argument 215 …public function setCsvControl(string $separator = ",", string $enclosure = "\"", string $escape = … argument
|
/PHP-8.0/ext/spl/tests/ |
H A D | SplFileObject_setCsvControl_variation002.phpt | 2 SplFileObject::setCsvControl() and ::getCsvControl() with empty $escape
|