/PHP-8.2/Zend/tests/ |
H A D | bug44830.phpt | 2 Bug #44830 (Very minor issue with backslash in heredoc) 6 $backslash = <<<EOT 10 var_dump($backslash);
|
/PHP-8.2/ext/pcre/tests/ |
H A D | preg_replace_callback_array_error.phpt | 56 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 D | delimiters.phpt | 26 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 D | null_bytes.phpt | 34 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 D | bug73392.phpt | 24 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL in %s…
|
H A D | preg_replace_callback_error1.phpt | 33 Warning: preg_replace_callback(): Delimiter must not be alphanumeric, backslash, or NUL in %s on li…
|
H A D | preg_replace_error1.phpt | 36 Warning: preg_replace(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_replace_er…
|
H A D | preg_grep_error1.phpt | 40 Warning: preg_grep(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_grep_error1.p…
|
H A D | preg_match_error1.phpt | 37 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_match_error1…
|
H A D | preg_split_error1.phpt | 39 Warning: preg_split(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_split_error1…
|
H A D | preg_match_all_error1.phpt | 41 Warning: preg_match_all(): Delimiter must not be alphanumeric, backslash, or NUL in %spreg_match_al…
|
/PHP-8.2/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"]
|
H A D | pass001.phpt | 28 \"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 D | pass001.1.phpt | 34 \"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 D | pass001.1_64bit.phpt | 38 \"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 D | bug80774.phpt | 2 Bug #80774 (session_name() problem with backslash)
|
/PHP-8.2/Zend/tests/varSyntax/ |
H A D | static_prop_on_expr_class_with_backslash.phpt | 2 Static property on constexpr class with leading backslash
|
/PHP-8.2/Zend/tests/typehints/ |
H A D | fully_qualified_scalar.phpt | 2 Fully qualified (leading backslash) type names must fail
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | bug77514.phpt | 2 Bug #77514: mb_ereg_replace() with trailing backslash adds null byte
|
H A D | eucjp_encoding.phpt | 21 /* 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 D | eucjp_2004_encoding.phpt | 51 * different from its normal meaning ASCII. In ASCII it's a backslash,
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | addslashes_basic.phpt | 6 * Testing addslashes() with strings containing characters that can be prefixed with backslash
|
H A D | parse_str_basic3.phpt | 35 echo "\nTest string with backslash characters\n"; 141 Test string with backslash characters
|
H A D | addslashes_variation2.phpt | 43 // string with backslash characters
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_real_query.phpt | 18 if (false !== ($tmp = mysqli_real_query($link, "SELECT 'this is sql but with backslash g'\g")))
|