Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 99) sorted by relevance

1234

/php-src/ext/dom/tests/
H A Dgh10234.phpt28 $attribute->textContent = 'quote "test"';
32 $attribute->textContent = "quote 'test'";
36 $attribute->textContent = "quote '\"test\"'";
50 $document->documentElement->textContent = 'quote "test"';
72 string(12) "quote "test""
75 string(12) "quote 'test'"
78 string(14) "quote '"test"'"
88 string(12) "quote "test""
89 string(69) "<element attribute="quote '&quot;test&quot;'">quote "test"</element>
91 string(12) "quote 'test'"
[all …]
H A Dgh13960.phpt11 $xp->query("//foo[contains(text(), " . $xp->quote("tes\x00t") . ")]");
17 DOMXPath::quote(): Argument #1 ($str) must not contain any null bytes
H A DDOMXPath_quote.phpt2 Test DOMXPath::quote with various inputs
16 * Example: $xp->query("//span[contains(text()," . $xp->quote($string) . ")]")
18 * @param string $string string to quote.
30 // expression that concatenates all non-double-quote substrings with
63 $result = $xpath->quote($input);
/php-src/ext/pdo_dblib/tests/
H A Dpdo_dblib_quote.phpt2 PDO_DBLIB: Ensure quote function returns expected results
14 var_dump($db->quote(true, PDO::PARAM_BOOL));
15 var_dump($db->quote(false, PDO::PARAM_BOOL));
16 var_dump($db->quote(42, PDO::PARAM_INT));
17 var_dump($db->quote(null, PDO::PARAM_NULL));
18 var_dump($db->quote('\'', PDO::PARAM_STR));
19 var_dump($db->quote('foo', PDO::PARAM_STR));
20 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR));
21 var_dump($db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL));
27 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR));
[all …]
/php-src/ext/standard/tests/strings/
H A Dstrrchr_variation6.phpt2 Test strrchr() function : usage variations - heredoc string containing quote chars for 'haystack'
5 /* Test strrchr() function by passing heredoc string containing quote chars for haystack
11 "things" "in" "double" "quote"
12 'things' 'in' 'single' 'quote'
20 "quote",
34 'things' 'in' 'single' 'quote'"
36 string(14) "ingle' 'quote'"
37 string(6) "quote'"
39 'things' 'in' 'single' 'quote'"
H A Dhtmlspecialchars_decode_variation5.phpt12 …"Roy&#039s height &gt; Sam&#039;s \$height... 1111 &ap; 0000 = 0000... &quot; double quote string …
13 …"Roy&#039;s height &gt; Sam&#039;s height... \t\t 13 &lt; 15...\n\r &quot; double quote\f\v string…
35 string(84) "Roy&#039s height > Sam's $height... 1111 &ap; 0000 = 0000... " double quote string ""
36 string(89) "Roy&#039s height > Sam&#039;s $height... 1111 &ap; 0000 = 0000... " double quote string…
37 string(99) "Roy&#039s height > Sam&#039;s $height... 1111 &ap; 0000 = 0000... &quot; double quote s…
38 string(84) "Roy&#039s height > Sam's $height... 1111 &ap; 0000 = 0000... " double quote string ""
42 " double quote string ""
45 " double quote string ""
48 &quot; double quote string &quot;"
51 " double quote string ""
H A Dhtmlspecialchars_decode_variation4.phpt13 …'Roy&#039s height &gt; Sam&#039;s \$height... 1111 &ap; 0000 = 0000... &quot; double quote string …
14 …'Roy&#039;s height &gt; Sam&#039;s height... \t\t 13 &lt; 15...\n\r &quot; double quote\f\v string…
36 string(85) "Roy&#039s height > Sam's \$height... 1111 &ap; 0000 = 0000... " double quote string ""
37 string(90) "Roy&#039s height > Sam&#039;s \$height... 1111 &ap; 0000 = 0000... " double quote strin…
38 string(100) "Roy&#039s height > Sam&#039;s \$height... 1111 &ap; 0000 = 0000... &quot; double quote
39 string(85) "Roy&#039s height > Sam's \$height... 1111 &ap; 0000 = 0000... " double quote string ""
41 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
42 string(88) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r " double quote\f\v string …
43 string(98) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r &quot; double quote\f\v st…
44 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
H A Dstripos_variation6.phpt10 echo "-- With heredoc string containing quote & slash chars --\n";
13 "things in double quote"
14 'things in single quote'
25 -- With heredoc string containing quote & slash chars --
H A Dstrrpos_variation6.phpt10 echo "-- With heredoc string containing quote & slash chars --\n";
13 "things in double quote"
14 'things in single quote'
25 -- With heredoc string containing quote & slash chars --
H A Dhtmlspecialchars_decode_variation3.phpt41 // heredoc with quote chars & slash
44 "strings in double quote" &amp;
45 'strings in single quote' &quot;
92 "strings in double quote" &
93 'strings in single quote' "
H A Dstrip_tags_variation5.phpt41 // heredoc with quote chars & slash
44 "strings in double quote";
45 'strings in single quote';
94 "strings in double quote";
95 'strings in single quote';
H A Dhtmlentities24.phpt28 /* checking behavior of quote */
29 echo "\n*** Testing htmlentites() on a quote ***\n";
30 $str = "A 'quote' is <b>bold</b>";
308 *** Testing htmlentites() on a quote ***
309 string(46) "A &#039;quote&#039; is &lt;b&gt;bold&lt;/b&gt;"
310 string(46) "A &#039;quote&#039; is &lt;b&gt;bold&lt;/b&gt;"
311 string(36) "A 'quote' is &lt;b&gt;bold&lt;/b&gt;"
312 string(36) "A 'quote' is &lt;b&gt;bold&lt;/b&gt;"
H A Dhtmlspecialchars.phpt24 /* checking behavior of quote */
25 echo "\n*** Testing htmlspecialchars() on a quote...\n";
26 $str = "A 'quote' is <b>bold</b>";
304 *** Testing htmlspecialchars() on a quote...
305 string(46) "A &#039;quote&#039; is &lt;b&gt;bold&lt;/b&gt;"
306 string(46) "A &#039;quote&#039; is &lt;b&gt;bold&lt;/b&gt;"
307 string(36) "A 'quote' is &lt;b&gt;bold&lt;/b&gt;"
308 string(36) "A 'quote' is &lt;b&gt;bold&lt;/b&gt;"
H A Dstrncasecmp_variation9.phpt36 /* heredoc string with quote chars & slash */
39 "things in double quote"
40 'things in single quote'
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote.phpt2 MySQL ensure quote function returns expected results
15 var_dump($db->quote('foo', PDO::PARAM_STR));
16 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR));
17 var_dump($db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL));
23 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR));
24 var_dump($db->quote('über', PDO::PARAM_STR));
25 var_dump($db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL));
H A Dbug66141.phpt2 Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query)
17 $quotedInput0 = $db->quote($input);
23 $quotedInput1 = $db->quote($input);
27 $quotedInput2 = $db->quote($input);
/php-src/ext/standard/tests/array/
H A Dbug25758.phpt5 $a = array ("quote'" => array("quote'"));
10 'quote\'' =>
12 0 => 'quote\'',
H A Darray_unshift_variation9.phpt44 // heredoc with quote chars & slash
47 "strings in double quote";
48 'strings in single quote';
274 "strings in double quote";
275 'strings in single quote';
290 "strings in double quote";
291 'strings in single quote';
/php-src/ext/fileinfo/libmagic/
H A Dis_csv.c69 int quote = 0; in eatquote() local
75 if (quote) { in eatquote()
80 if (quote) { in eatquote()
82 quote = 0; in eatquote()
86 quote = 1; in eatquote()
/php-src/ext/pdo_sqlite/tests/
H A Dbug81740.phpt2 Bug #81740 (PDO::quote() may return unquoted string)
17 var_dump($pdo->quote($string));
H A Dbug_47769.phpt17 public function quote($str, $paramtype = NULL): string|false {
27 $test->quote('foo');
/php-src/ext/pdo/tests/
H A Dpdo_quote_empty_string.phpt2 PDO::quote() must accept empty string for drivers which support this feature
21 $result = $pdo->quote('');
/php-src/ext/pdo_pgsql/tests/
H A Dpdopgsql_003.phpt22 echo $db->escapeIdentifier("This is a quote\"") . "\n";
31 "This is a quote"""
/php-src/sapi/cli/tests/
H A D016.phpt29 quote';
82 php ' quote';
85 quote
/php-src/ext/pcre/tests/
H A Dbug41148.phpt23 /* 13 */ "/<quote>/S",
24 /* 14 */ "/<\/quote>/S"

Completed in 75 milliseconds

1234