Home
last modified time | relevance | path

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

1234

/PHP-5.6/ext/standard/tests/strings/
H A Dstripos_variation5.phpt2 Test stripos() function : usage variations - heredoc string containing escape chars for 'haystack' …
10 /* Test stripos() function by passing heredoc string containing escape chars for haystack
15 echo "-- With heredoc string containing escape characters --\n";
29 -- With heredoc string containing escape characters --
H A Dstrrpos_variation5.phpt2 Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' …
10 /* Test strrpos() function by passing heredoc string containing escape chars for haystack
15 echo "-- With heredoc string containing escape characters --\n";
29 -- With heredoc string containing escape characters --
H A Dstrripos_variation5.phpt2 Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack'…
10 /* Test strripos() function by passing heredoc string containing escape chars for haystack
15 echo "-- With heredoc string containing escape characters --\n";
29 -- With heredoc string containing escape characters --
H A Dstr_split_variation7_64bit.phpt24 string with 123,escape char \t.
122 string(30) "string with 123,escape char ."
127 string(26) "string with 123,escape cha"
134 string(30) "string with 123,escape char ."
139 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_64bit.phpt23 $str = 'This is a string with 123 & escape char \t';
144 string(42) "This is a string with 123 & escape char \t"
151 string(16) "& escape char \t"
156 string(42) "This is a string with 123 & escape char \t"
161 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
12 * string containing various escape sequences for 'str' argument and
16 echo "*** Testing strtr() : string containing escape sequences for 'str' arg ***\n";
69 *** Testing strtr() : string containing escape sequences for 'str' arg ***
H A Dstr_split_variation6.phpt23 $str = 'This is a string with 123 & escape char \t';
144 string(42) "This is a string with 123 & escape char \t"
151 string(16) "& escape char \t"
156 string(42) "This is a string with 123 & escape char \t"
H A Dstr_split_variation7.phpt24 string with 123,escape char \t.
122 string(30) "string with 123,escape char ."
127 string(26) "string with 123,escape cha"
134 string(30) "string with 123,escape char ."
H A Dstrtok_variation6.phpt2 Test strtok() function : usage variations - invalid escape sequences as tokens
11 * Testing strtok() : with invalid escape sequences in token
14 echo "*** Testing strtok() : with invalid escape sequences in token ***\n";
51 *** Testing strtok() : with invalid escape sequences in token ***
H A Dchunk_split_variation8.phpt26 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
72 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
77 It has _speci@l ch@r$ 222:::2 !!!Now \k as escape char::: to test
82 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
H A Dbug37262.phpt2 Bug #37262 (var_export() does not escape \0 character)
/PHP-5.6/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"]
/PHP-5.6/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'");
H A D08escape.phpt2 PostgreSQL escape functions
14 $expect2 = "ABC\\\\ABC\\\\''"; //the way escape string differs from PostgreSQL 9.0
62 @pg_query($db, "SET bytea_output = 'escape'");
/PHP-5.6/ext/spl/tests/
H A DSplFileObject_fputcsv_error.phpt17 $escape = "\\";
18 var_dump( $fo->fputcsv($fields, $delim, $enclosure, $escape, $fo) );
H A DSplFileObject_fgetcsv_escape_default.phpt2 SplFileObject::fgetcsv with default escape character
H A Dbug68479.phpt32 string(6) "escape"
H A Dbug60201.phpt27 string(6) "escape"
/PHP-5.6/ext/standard/tests/file/
H A Dfgetcsv_error.phpt6 … resource $handle [, int $length [, string $delimiter [, string $enclosure [, string $escape]]]] );
21 $escape = '"';
22 var_dump( fgetcsv($fp, $len, $delim, $enclosure, $escape, $fp) );
39 …var_dump( fgetcsv($invalid_args[$loop_counter - 1], $len, $delim, $enclosure, $escape) ); // all a…
/PHP-5.6/Zend/tests/
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-5.6/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt2 Bug #55082: var_export() doesn't escape properties properly
/PHP-5.6/ext/pcre/tests/
H A Dbug26927.phpt2 Bug #26927 (preg_quote() does not escape \0)
/PHP-5.6/ext/standard/tests/array/
H A Dbug25758.phpt2 Bug #25758 (var_export does not escape ' & \ inside array keys)

Completed in 115 milliseconds

1234