Home
last modified time | relevance | path

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

1234

/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dbug40704.phpt2 Bug #40704 (strip_tags() does not handle single quotes correctly)
H A Dstrip_tags_variation9.phpt27 $quotes = "<html><a><p><b><?php";
34 var_dump( strip_tags($string_value, $quotes) );
H A Dstrip_tags_variation10.phpt28 $quotes = "<html><a><p><b><?php";
35 var_dump( strip_tags($string_value, $quotes) );
H A Dstripslashes_basic.phpt6 * Description: Un-quotes a quoted string
18 'Are you "JOHN"?', // string with double quotes
H A Dstrip_tags_variation7.phpt33 $quotes = "<nnn><abc><%?<<html>>";
40 var_dump( strip_tags($string_value, $quotes) );
H A Dstrip_tags_variation4.phpt35 $quotes = "<p><a><?php<html>";
42 var_dump( strip_tags($string_value, $quotes) );
H A Dparse_str_basic3.phpt52 echo "\nTest string with single quotes characters\n";
62 echo "\nTest string with double quotes data\n";
185 Test string with single quotes characters
194 Test string with double quotes data
H A Dhtmlspecialchars_decode_variation3.phpt48 <html>&lt; This's a string with quotes:
96 string(153) "<html>< This's a string with quotes:
/PHP-5.5/ext/standard/tests/file/
H A Dbug22382.phpt2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
H A Dbug63512.phpt2 Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes from value).
H A Dbug12556.phpt2 Bug #12556 (fgetcsv() ignores lengths when quotes not closed)
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_variation4.phpt73 /*8*/ 'empty double quotes' => array(
77 /*9*/ 'empty single quotes' => array(
271 -- Iteration 8: empty double quotes data --
289 -- Iteration 9: empty single quotes data --
H A Darray_slice_variation7.phpt74 /*8*/ 'empty double quotes' => array(
78 /*9*/ 'empty single quotes' => array(
233 -- Iteration 8 : key type is empty double quotes --
245 -- Iteration 9 : key type is empty single quotes --
H A Dnatcasesort_variation11.phpt69 /*8*/ 'empty double quotes' => array(
73 /*9*/ 'empty single quotes' => array(
H A Darray_unshift_variation9.phpt51 This's a string with quotes:
278 string(123) "This's a string with quotes:
294 string(123) "This's a string with quotes:
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c254 int quotes; in php_filter_full_special_chars() local
257 quotes = ENT_QUOTES; in php_filter_full_special_chars()
259 quotes = ENT_NOQUOTES; in php_filter_full_special_chars()
261 …buf = php_escape_html_entities_ex(Z_STRVAL_P(value), Z_STRLEN_P(value), &len, 1, quotes, SG(defaul… in php_filter_full_special_chars()
/PHP-5.5/ext/json/tests/
H A Dpass001.phpt58 \"quotes\": \"&#34; \\u0022 %22 0x22 034 &#x22;\",
141 "quotes": "&#34; \u0022 %22 0x22 034 &#x22;",
275 ["quotes"]=>
413 ["quotes"]=>
432 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
434 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
555 ["quotes"]=>
693 ["quotes"]=>
H A Dpass001.1.phpt69 \"quotes\": \"&#34; \\u0022 %22 0x22 034 &#x22;\",
157 "quotes": "&#34; \u0022 %22 0x22 034 &#x22;",
334 ["quotes"]=>
515 ["quotes"]=>
534 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
536 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
700 ["quotes"]=>
881 ["quotes"]=>
H A Dpass001.1_64bit.phpt69 \"quotes\": \"&#34; \\u0022 %22 0x22 034 &#x22;\",
157 "quotes": "&#34; \u0022 %22 0x22 034 &#x22;",
334 ["quotes"]=>
515 ["quotes"]=>
534 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
536 …6,7],"jsontext":"{\"object with 1 member\":[\"array with 1 element\"]}","quotes":"&#34; \" %22 0x2…
700 ["quotes"]=>
881 ["quotes"]=>
/PHP-5.5/ext/iconv/tests/
H A Dtranslit-utf8.phpt2 Translit UTF-8 quotes
/PHP-5.5/ext/xsl/tests/
H A Dbug48221.phpt14 …l(): Cannot create XPath expression (string contains both quote and double-quotes) in %s on line %d
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c216 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type TSRMLS_DC) in tag_arg() argument
223 if (quotes) in tag_arg()
230 if (quotes) in tag_arg()
333 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val() argument
335 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
336 tag_arg(ctx, quotes, type TSRMLS_CC); in handle_val()

Completed in 42 milliseconds

1234