Home
last modified time | relevance | path

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

12

/PHP-5.3/Zend/tests/
H A Dbug44830.phpt2 Bug #44830 (Very minor issue with backslash in heredoc)
6 $backslash = <<<EOT
10 var_dump($backslash);
/PHP-5.3/ext/json/tests/
H A Dfail001.phpt24 '["Illegal backslash escape: \\x15"]',
25 '["Illegal backslash escape: \\\'"]',
26 '["Illegal backslash escape: \\017"]',
116 Testing: ["Illegal backslash escape: \x15"]
121 Testing: ["Illegal backslash escape: \'"]
126 Testing: ["Illegal backslash escape: \017"]
H A Dpass001.phpt34 \"backslash\": \"\\\\\",
117 "backslash": "\\",
201 ["backslash"]=>
339 ["backslash"]=>
432 …":1.23456789e+34,"_empty_":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
434 …e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
481 ["backslash"]=>
619 ["backslash"]=>
H A Dpass001.1.phpt41 \"backslash\": \"\\\\\",
129 "backslash": "\\",
219 ["backslash"]=>
400 ["backslash"]=>
534 …y_":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
536 …,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
585 ["backslash"]=>
766 ["backslash"]=>
H A Dpass001.1_64bit.phpt41 \"backslash\": \"\\\\\",
129 "backslash": "\\",
219 ["backslash"]=>
400 ["backslash"]=>
534 …y_":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
536 …,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":"\\","controls"…
585 ["backslash"]=>
766 ["backslash"]=>
/PHP-5.3/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";
191 Test string with backslash characters
H A Daddslashes_variation2.phpt48 // string with backslash characters
H A Daddslashes_variation3.phpt50 // string with backslash characters
H A Dstripslashes_variation5.phpt50 // string with backslash characters
H A Dstripslashes_variation2.phpt60 // string with backslash characters
/PHP-5.3/ext/ereg/tests/
H A D016.phpt2 test backslash handling in regular expressions
/PHP-5.3/ext/pcre/tests/
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.phpt34 Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in %spreg_replace_error1.p…
H A Dpreg_match_error1.phpt34 Warning: preg_match(): Delimiter must not be alphanumeric or backslash in %spreg_match_error1.php o…
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.phpt35 Warning: preg_grep(): Delimiter must not be alphanumeric or backslash in %spreg_grep_error1.php on …
H A Dpreg_match_all_error1.phpt35 Warning: preg_match_all(): Delimiter must not be alphanumeric or backslash in %spreg_match_all_erro…
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c2853 char *backslash; in ZEND_METHOD() local
2863 && backslash > Z_STRVAL_PP(name)) in ZEND_METHOD()
2865 RETURN_STRINGL(Z_STRVAL_PP(name), backslash - Z_STRVAL_PP(name), 1); in ZEND_METHOD()
2876 char *backslash; in ZEND_METHOD() local
2886 && backslash > Z_STRVAL_PP(name)) in ZEND_METHOD()
2888 RETURN_STRINGL(backslash + 1, Z_STRLEN_PP(name) - (backslash - Z_STRVAL_PP(name) + 1), 1); in ZEND_METHOD()
4292 char *backslash; in ZEND_METHOD() local
4302 && backslash > Z_STRVAL_PP(name)) in ZEND_METHOD()
4315 char *backslash; in ZEND_METHOD() local
4325 && backslash > Z_STRVAL_PP(name)) in ZEND_METHOD()
[all …]
/PHP-5.3/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-5.3/ext/mysql/tests/
H A Dmysql_unbuffered_query.phpt26 if (false !== ($tmp = mysql_unbuffered_query("SELECT 'this is sql but with backslash g'\g", $link)))
H A Dmysql_query.phpt29 if (false !== ($tmp = mysql_query("SELECT 'this is sql but with backslash g'\g", $link)))
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput8960 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
974 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
1011 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
1023 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
1093 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
1107 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
2102 \\backslash

Completed in 64 milliseconds

12