Home
last modified time | relevance | path

Searched refs:backslash (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.2/Zend/tests/
H A Dbug44830.phpt2 Bug #44830 (Very minor issue with backslash in heredoc)
6 $backslash = <<<EOT
10 var_dump($backslash);
/PHP-8.2/ext/pcre/tests/
H A Dpreg_replace_callback_array_error.phpt56 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL in %s…
59 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL in %s…
62 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL in %s…
65 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL in %s…
H A Ddelimiters.phpt26 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL in %sdelimiters.php on…
40 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL in %sdelimiters.php on…
H A Dnull_bytes.phpt34 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL in %snull_bytes.php on…
47 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL in %snull_bytes.php on…
H A Dbug73392.phpt24 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL in %s…
H A Dpreg_replace_callback_error1.phpt33 Warning: preg_replace_callback(): Delimiter must not be alphanumeric, backslash, or NUL in %s on li…
H A Dpreg_replace_error1.phpt36 Warning: preg_replace(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_replace_er…
H A Dpreg_grep_error1.phpt40 Warning: preg_grep(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_grep_error1.p…
H A Dpreg_match_error1.phpt37 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_match_error1…
H A Dpreg_split_error1.phpt39 Warning: preg_split(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_split_error1…
H A Dpreg_match_all_error1.phpt41 Warning: preg_match_all(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_match_al…
/PHP-8.2/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"]
H A Dpass001.phpt28 \"backslash\": \"\\\\\",
111 "backslash": "\\",
195 ["backslash"]=>
333 ["backslash"]=>
426 …e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
428 …e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
475 ["backslash"]=>
613 ["backslash"]=>
H A Dpass001.1.phpt34 \"backslash\": \"\\\\\",
122 "backslash": "\\",
212 ["backslash"]=>
393 ["backslash"]=>
527 …,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
529 …,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
578 ["backslash"]=>
759 ["backslash"]=>
H A Dpass001.1_64bit.phpt38 \"backslash\": \"\\\\\",
126 "backslash": "\\",
216 ["backslash"]=>
397 ["backslash"]=>
531 …,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
533 …,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
582 ["backslash"]=>
763 ["backslash"]=>
/PHP-8.2/ext/session/tests/
H A Dbug80774.phpt2 Bug #80774 (session_name() problem with backslash)
/PHP-8.2/Zend/tests/varSyntax/
H A Dstatic_prop_on_expr_class_with_backslash.phpt2 Static property on constexpr class with leading backslash
/PHP-8.2/Zend/tests/typehints/
H A Dfully_qualified_scalar.phpt2 Fully qualified (leading backslash) type names must fail
/PHP-8.2/ext/mbstring/tests/
H A Dbug77514.phpt2 Bug #77514: mb_ereg_replace() with trailing backslash adds null byte
H A Deucjp_encoding.phpt21 /* Kuten code 0x2140 (EUC-JP 0xA1C0) is a backslash; this can be mapped to
22 * 0x005C for an ordinary backslash, or 0xFF3C for a _fullwidth_ one
H A Deucjp_2004_encoding.phpt51 * different from its normal meaning ASCII. In ASCII it's a backslash,
/PHP-8.2/ext/standard/tests/strings/
H A Daddslashes_basic.phpt6 * Testing addslashes() with strings containing characters that can be prefixed with backslash
H A Dparse_str_basic3.phpt35 echo "\nTest string with backslash characters\n";
141 Test string with backslash characters
H A Daddslashes_variation2.phpt43 // string with backslash characters
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_real_query.phpt18 if (false !== ($tmp = mysqli_real_query($link, "SELECT 'this is sql but with backslash g'\g")))

Completed in 30 milliseconds

12