Home
last modified time | relevance | path

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

12345

/PHP-8.0/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 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-8.0/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-8.0/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)
H A Dbug60350.phpt2 Bug #60350 No string escape code for ESC (ascii 27), normally \e
/PHP-8.0/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-8.0/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-8.0/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-8.0/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt2 Bug #55082: var_export() doesn't escape properties properly
/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php209 …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 DSplFileObject_setCsvControl_variation002.phpt2 SplFileObject::setCsvControl() and ::getCsvControl() with empty $escape

Completed in 55 milliseconds

12345