Home
last modified time | relevance | path

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

123

/php-src/
H A DUPGRADING292 quotes.
H A DNEWS275 quotes to be used). (nielsdos)
H A Dphp.ini-development1358 ; make sure to include the quotes, as `none` is interpreted like `false` in ini files.
H A Dphp.ini-production1360 ; make sure to include the quotes, as `none` is interpreted like `false` in ini files.
/php-src/build/
H A Dlibtool.m42651 # (note the single quotes!). If your package is not flat and you're not
2676 # '${top_srcdir}/' (note the single quotes!). If your package is not
/php-src/ext/standard/
H A Durl_scanner_ex.re296 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type)
307 if (quotes) {
315 if (quotes) {
488 static inline void handle_val(STD_PARA, char quotes, char type)
490 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
492 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2);
494 tag_arg(ctx, quotes, type);
/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/dom/tests/
H A DDOMXPath_quote.phpt29 // if the string contains both single and double quotes, construct an
31 // the quotes, e.g.:
50 'foo' => "'foo'", // no quotes
51 '"foo' => '\'"foo\'', // double quotes only
52 '\'foo' => '"\'foo"', // single quotes only
53 '\'foo"bar' => 'concat("\'foo",\'"bar\')', // both; double quotes in mid-string
55 '\'foo"' => 'concat("\'foo",\'"\')', // string ends with double quotes
56 '\'foo""' => 'concat("\'foo",\'""\')', // string ends with run of double quotes
57 '"\'foo' => 'concat(\'"\',"\'foo")', // string begins with double quotes
58 '""\'foo' => 'concat(\'""\',"\'foo")', // string begins with run of double quotes
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt46 // Note that the "named placeholder" is enclosed by 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/xsl/tests/
H A Dbug64137.phpt2 Request #64137 (XSLTProcessor::setParameter() should allow both quotes to be used)
H A Dxsltprocessor_setparameter-errorquote.phpt2 Check xsltprocessor::setparameter error handling with both single and double quotes
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11366 # comment like EXCEL, pwm enclosed in double quotes
H A Dmagic11366 # comment like EXCEL, pwm enclosed in double quotes
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data90 [PATH=${basicval}/no/quotes]
H A Dparse_ini_basic.phpt210 ["PATH=FUBAR_VARIABLE/no/quotes"]=>
/php-src/ext/xmlwriter/tests/
H A DOO_012.phpt10 …ext for inclusion within CData tags can include characters like <, >, &, and quotes like ' and \"";
30 …for inclusion within CData tags can include characters like <, >, &, and quotes like ' and "]]></c…
H A DOO_013.phpt10 …for inclusion within CData tags can include characters like <, >, &, and quotes like ' and \"]]></…
28 …for inclusion within CData tags can include characters like <, >, &, and quotes like ' and "]]></c…
/php-src/ext/standard/tests/strings/
H A Dstrrev_variation1.phpt42 //strings containing quotes
H A Dstrrev_variation2.phpt42 //strings containing quotes
H A Dstrrpos_variation6.phpt2 Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
5 /* Test strrpos() function by passing heredoc string containing quotes for haystack
H A Dstrtr_variation3.phpt19 \"quotes
29 "\"quotes",
36 '\"quotes',
78 string(7) ""quotes"
79 string(7) ""quotes"
93 string(8) "T"quotes"
94 string(8) "\"quotes"
96 string(54) "SesSTsttETTtestTTstrtrTTtestETstrtrT$variableTT"quotes"
97 string(52) " es \sttT\test\\strtrtttestTstrtrt$variablet\"quotes"
H A Dstrval_basic.phpt23 // String with quotes
24 /*4*/ "String with \"quotes\"",
61 string(20) "String with "quotes""
H A Dstripos_variation6.phpt2 Test stripos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
5 /* Test stripos() function by passing heredoc string containing quotes for haystack
H A Dstripslashes_basic.phpt13 'Are you "JOHN"?', // string with double quotes

Completed in 231 milliseconds

123