Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 75) sorted by last modified time

123

/PHP-7.2/win32/
H A Dinstall.txt1292 ; you can enclose strings in double-quotes
/PHP-7.2/ext/xsl/tests/
H A Dxsltprocessor_setparameter-errorquote.phpt2 Check xsltprocessor::setparameter error handling with both single and double quotes
18 …l(): Cannot create XPath expression (string contains both quote and double-quotes) in %s on line %d
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c292 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type) in tag_arg() argument
303 if (quotes) { in tag_arg()
311 if (quotes) { in tag_arg()
486 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val() argument
488 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
490 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
492 tag_arg(ctx, quotes, type); in handle_val()
H A Durl_scanner_ex.re295 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type)
306 if (quotes) {
314 if (quotes) {
489 static inline void handle_val(STD_PARA, char quotes, char type)
491 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
493 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2);
495 tag_arg(ctx, quotes, type);
/PHP-7.2/ext/standard/tests/strings/
H A Ducfirst.phpt20 somestring, // without quotes
H A Dstrrpos_variation6.phpt2 Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
10 /* Test strrpos() function by passing heredoc string containing quotes for haystack
H A Dstrtr_variation3.phpt25 \"quotes
35 "\"quotes",
42 '\"quotes',
84 string(7) ""quotes"
85 string(7) ""quotes"
99 string(8) "T"quotes"
100 string(8) "\"quotes"
102 string(54) "SesSTsttETTtestTTstrtrTTtestETstrtrT$variableTT"quotes"
103 string(52) " es \sttT\test\\strtrtttestTstrtrt$variablet\"quotes"
H A Dstrval_basic.phpt28 // String with quotes
29 /*4*/ "String with \"quotes\"",
67 string(20) "String with "quotes""
H A Dstrrev_variation1.phpt47 //strings containing quotes
H A Dstrrev_variation2.phpt47 //strings containing quotes
H A Dstrip_tags_variation10.phpt28 $quotes = "<html><a><p><b><?php";
35 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 Dstrip_tags_variation5.phpt51 <html>This's a string with quotes:</html>
68 $quotes = "<html><a><?php";
74 var_dump( strip_tags($res_heredoc_strings[$index], $quotes) );
101 string(150) "<html>This's a string with quotes:</html>
H A Dstripslashes_basic.phpt6 * Description: Un-quotes a quoted string
18 'Are you "JOHN"?', // string with double quotes
H A Dstripslashes_variation2.phpt41 // string with single quotes
50 // 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_variation8.phpt20 $quotes = array (
33 foreach($quotes as $string_value)
H A Dstrip_tags_variation9.phpt27 $quotes = "<html><a><p><b><?php";
34 var_dump( strip_tags($string_value, $quotes) );
H A Dstripos_variation6.phpt2 Test stripos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
10 /* Test stripos() function by passing heredoc string containing quotes for haystack
H A Dstr_split_variation5.phpt59 // heredoc with quotes and slashes
H A Dlcfirst.phpt20 somestring, // without quotes
H A Dparse_str_basic3.phpt52 echo "\nTest string with single quotes characters\n";
62 echo "\nTest string with double quotes data\n";
195 Test string with single quotes characters
211 Test string with double quotes data
H A Dprint_basic.phpt44 // Using single quotes will print the variable name, not the value
H A Dhtmlspecialchars_decode_variation3.phpt48 <html>&lt; This's a string with quotes:
96 string(153) "<html>< This's a string with quotes:
H A Dchunk_split_variation6.phpt27 'It\'s string with quotes',

Completed in 70 milliseconds

123