Home
last modified time | relevance | path

Searched refs:quotes (Results 26 – 50 of 74) sorted by relevance

123

/php-src/Zend/tests/
H A Dheredoc_013.phpt2 Heredoc with double quotes and wrong prefix
H A Dheredoc_014.phpt2 Heredoc with double quotes syntax but missing second quote
H A Dheredoc_016.phpt2 Testing heredoc (double quotes) with escape sequences
/php-src/ext/standard/tests/strings/
H A Dbug40704.phpt2 Bug #40704 (strip_tags() does not handle single quotes correctly)
H A Dstrip_tags_variation10.phpt21 $quotes = "<html><a><p><b><?php";
28 var_dump( strip_tags($string_value, $quotes) );
H A Dstrip_tags_variation9.phpt20 $quotes = "<html><a><p><b><?php";
27 var_dump( strip_tags($string_value, $quotes) );
H A Dparse_str_basic3.phpt30 echo "\nTest string with single quotes characters\n";
40 echo "\nTest string with double quotes data\n";
132 Test string with single quotes characters
148 Test string with double quotes data
H A Dstrip_tags_variation4.phpt28 $quotes = "<p><a><?php<html>";
35 var_dump( strip_tags($string_value, $quotes) );
H A Dstrip_tags_variation7.phpt26 $quotes = "<nnn><abc><%?<<html>>";
33 var_dump( strip_tags($string_value, $quotes) );
H A Dhtmlspecialchars_decode_variation3.phpt43 <html>&lt; This's a string with quotes:
91 string(143) "<html>< This's a string with quotes:
H A Daddslashes_basic.phpt14 'Are you "JOHN"?', // string with double quotes
H A Daddslashes_variation2.phpt26 // string with single quotes
34 // string with double quotes
/php-src/ext/standard/tests/file/
H A Dbug22382.phpt2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
H A Dbug12556.phpt2 Bug #12556 (fgetcsv() ignores lengths when quotes not closed)
H A Dbug63512.phpt2 Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes from value).
/php-src/sapi/phpdbg/tests/
H A Dprint_001.phpt50 L0018 0003 SEND_VAL_EX string("test \"quotes\"") 1
75 (new \Foo\Bar)->Foo('test "quotes"');
/php-src/ext/filter/
H A Dsanitizing_filters.c246 int quotes; in php_filter_full_special_chars() local
249 quotes = ENT_QUOTES; in php_filter_full_special_chars()
251 quotes = ENT_NOQUOTES; in php_filter_full_special_chars()
254 (unsigned char *) Z_STRVAL_P(value), Z_STRLEN_P(value), /* all */ 1, quotes, in php_filter_full_special_chars()
/php-src/ext/json/tests/
H A Dpass001.phpt52 \"quotes\": \"&#34; \\u0022 %22 0x22 034 &#x22;\",
135 "quotes": "&#34; \u0022 %22 0x22 034 &#x22;",
269 ["quotes"]=>
407 ["quotes"]=>
426 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
428 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
549 ["quotes"]=>
687 ["quotes"]=>
H A Dpass001.1.phpt62 \"quotes\": \"&#34; \\u0022 %22 0x22 034 &#x22;\",
150 "quotes": "&#34; \u0022 %22 0x22 034 &#x22;",
327 ["quotes"]=>
508 ["quotes"]=>
527 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
529 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
693 ["quotes"]=>
874 ["quotes"]=>
H A Dpass001.1_64bit.phpt66 \"quotes\": \"&#34; \\u0022 %22 0x22 034 &#x22;\",
154 "quotes": "&#34; \u0022 %22 0x22 034 &#x22;",
331 ["quotes"]=>
512 ["quotes"]=>
531 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
533 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
697 ["quotes"]=>
878 ["quotes"]=>
/php-src/ext/iconv/tests/
H A Dtranslit-utf8.phpt2 Translit UTF-8 quotes
/php-src/ext/xsl/tests/
H A Dxsltprocessor_setparameter-errorquote.phpt2 Check xsltprocessor::setparameter error handling with both single and double quotes
/php-src/ext/pdo/tests/
H A Dbug_71447.phpt24 // Comment without quotes or placeholders
66 SELECT -- Is it only \"single quotes?
/php-src/ext/standard/tests/array/
H A Dnatcasesort_variation11.phpt52 /*8*/ 'empty double quotes' => array(
56 /*9*/ 'empty single quotes' => array(
H A Darray_unshift_variation9.phpt46 This's a string with quotes:
273 string(123) "This's a string with quotes:
289 string(123) "This's a string with quotes:

Completed in 31 milliseconds

123