Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dbug44830.phpt2 Bug #44830 (Very minor issue with backslash in heredoc)
6 $backslash = <<<EOT
10 var_dump($backslash);
/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"]
H A Dpass001.phpt32 \"backslash\": \"\\\\\",
115 "backslash": "\\",
199 ["backslash"]=>
337 ["backslash"]=>
430 …e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
432 …e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
479 ["backslash"]=>
617 ["backslash"]=>
H A Dpass001.1.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"]=>
H A Dpass001.1_64bit.phpt39 \"backslash\": \"\\\\\",
127 "backslash": "\\",
217 ["backslash"]=>
398 ["backslash"]=>
532 …,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
534 …,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
583 ["backslash"]=>
764 ["backslash"]=>
/PHP-7.4/ext/pcre/tests/
H A Dbug73392.phpt24 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric or backslash in %sbug733…
26 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric or backslash in %sbug733…
H A Ddelimiters.phpt25 Warning: preg_match(): Delimiter must not be alphanumeric or backslash in %sdelimiters.php on line 6
H A Dpreg_replace_callback_error1.phpt36 Warning: preg_replace_callback(): Delimiter must not be alphanumeric or backslash in %s on line %d
H A Dpreg_replace_error1.phpt38 Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in %spreg_replace_error1.p…
H A Dpreg_split_error1.phpt33 Warning: preg_split(): Delimiter must not be alphanumeric or backslash in %spreg_split_error1.php o…
H A Dpreg_grep_error1.phpt34 Warning: preg_grep(): Delimiter must not be alphanumeric or backslash in %spreg_grep_error1.php on …
H A Dpreg_match_error1.phpt33 Warning: preg_match(): Delimiter must not be alphanumeric or backslash in %spreg_match_error1.php o…
H A Dpreg_match_all_error1.phpt35 Warning: preg_match_all(): Delimiter must not be alphanumeric or backslash in %spreg_match_all_erro…
/PHP-7.4/ext/standard/tests/strings/
H A Daddslashes_basic.phpt7 * backslash and nul character) that need to be quoted in database queries etc.
12 * Testing addslashes() with strings containing characters that can be prefixed with backslash
H A Dparse_str_basic3.phpt57 echo "\nTest string with backslash characters\n";
204 Test string with backslash characters
H A Daddslashes_variation2.phpt48 // string with backslash characters
H A Dstripslashes_variation2.phpt60 // string with backslash characters
/PHP-7.4/Zend/tests/varSyntax/
H A Dstatic_prop_on_expr_class_with_backslash.phpt2 Static property on constexpr class with leading backslash
/PHP-7.4/ext/session/tests/
H A Dbug80774.phpt2 Bug #80774 (session_name() problem with backslash)
/PHP-7.4/Zend/tests/typehints/
H A Dfully_qualified_scalar.phpt2 Fully qualified (leading backslash) type names must fail
/PHP-7.4/ext/mbstring/tests/
H A Dbug77514.phpt2 Bug #77514: mb_ereg_replace() with trailing backslash adds null byte
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3285 const char *backslash; in ZEND_METHOD() local
3295 && backslash > Z_STRVAL_P(name)) in ZEND_METHOD()
3308 const char *backslash; in ZEND_METHOD() local
3318 && backslash > Z_STRVAL_P(name)) in ZEND_METHOD()
3331 const char *backslash; in ZEND_METHOD() local
3341 && backslash > Z_STRVAL_P(name)) in ZEND_METHOD()
3343 RETURN_STRINGL(backslash + 1, Z_STRLEN_P(name) - (backslash - Z_STRVAL_P(name) + 1)); in ZEND_METHOD()
5171 const char *backslash; in ZEND_METHOD() local
5194 const char *backslash; in ZEND_METHOD() local
5217 const char *backslash; in ZEND_METHOD() local
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_query.phpt29 if (false !== ($tmp = mysqli_real_query($link, "SELECT 'this is sql but with backslash g'\g")))
H A Dmysqli_query.phpt33 if (false !== ($tmp = mysqli_query($link, "SELECT 'this is sql but with backslash g'\g")))
/PHP-7.4/
H A DNEWS397 . Fixed bug #80774 (session_name() problem with backslash). (cmb)
2240 . Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).

Completed in 81 milliseconds