/PHP-8.0/ext/pdo_dblib/tests/ |
H A D | pdo_dblib_quote.phpt | 2 PDO_DBLIB: Ensure quote function returns expected results 11 var_dump($db->quote(true, PDO::PARAM_BOOL)); 12 var_dump($db->quote(false, PDO::PARAM_BOOL)); 13 var_dump($db->quote(42, PDO::PARAM_INT)); 14 var_dump($db->quote(null, PDO::PARAM_NULL)); 15 var_dump($db->quote('\'', PDO::PARAM_STR)); 16 var_dump($db->quote('foo', PDO::PARAM_STR)); 17 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR)); 18 var_dump($db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL)); 24 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR)); [all …]
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strrchr_variation6.phpt | 2 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 D | htmlspecialchars_decode_variation5.phpt | 12 …"Roy's height > Sam's \$height... 1111 ≈ 0000 = 0000... " double quote string … 13 …"Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string… 35 string(89) "Roy's height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string… 36 string(89) "Roy's height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string… 37 string(99) "Roy's height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote s… 38 string(84) "Roy's height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string "" 42 " double quote string "" 45 " double quote string "" 48 " double quote string "" 51 " double quote string ""
|
H A D | htmlspecialchars_decode_variation4.phpt | 13 …'Roy's height > Sam's \$height... 1111 ≈ 0000 = 0000... " double quote string … 14 …'Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string… 36 string(90) "Roy's height > Sam's \$height... 1111 ≈ 0000 = 0000... " double quote strin… 37 string(90) "Roy's height > Sam's \$height... 1111 ≈ 0000 = 0000... " double quote strin… 38 string(100) "Roy's height > Sam's \$height... 1111 ≈ 0000 = 0000... " double quote… 39 string(85) "Roy's height > Sam's \$height... 1111 ≈ 0000 = 0000... " double quote string "" 41 string(88) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string … 42 string(88) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string … 43 string(98) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " 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 D | stripos_variation6.phpt | 10 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 D | strrpos_variation6.phpt | 10 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 D | strip_tags_variation5.phpt | 41 // 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 D | htmlspecialchars_decode_variation3.phpt | 41 // heredoc with quote chars & slash 44 "strings in double quote" & 45 'strings in single quote' " 92 "strings in double quote" & 93 'strings in single quote' "
|
H A D | htmlspecialchars.phpt | 26 /* checking behavior of quote */ 27 echo "\n*** Testing htmlspecialchars() on a quote...\n"; 28 $str = "A 'quote' is <b>bold</b>"; 308 *** Testing htmlspecialchars() on a quote... 309 string(36) "A 'quote' is <b>bold</b>" 310 string(46) "A 'quote' is <b>bold</b>" 311 string(36) "A 'quote' is <b>bold</b>" 312 string(36) "A 'quote' is <b>bold</b>"
|
H A D | htmlentities24.phpt | 30 /* checking behavior of quote */ 31 echo "\n*** Testing htmlentites() on a quote ***\n"; 32 $str = "A 'quote' is <b>bold</b>"; 312 *** Testing htmlentites() on a quote *** 313 string(36) "A 'quote' is <b>bold</b>" 314 string(46) "A 'quote' is <b>bold</b>" 315 string(36) "A 'quote' is <b>bold</b>" 316 string(36) "A 'quote' is <b>bold</b>"
|
H A D | strncasecmp_variation9.phpt | 36 /* heredoc string with quote chars & slash */ 39 "things in double quote" 40 'things in single quote'
|
H A D | ucwords_variation2.phpt | 40 // heredoc with quote chars & slash 43 "things in double quote" 44 'things in single quote'
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | bug25758.phpt | 5 $a = array ("quote'" => array("quote'")); 10 'quote\'' => 12 0 => 'quote\'',
|
H A D | array_unshift_variation9.phpt | 44 // 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-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_quote.phpt | 2 MySQL ensure quote function returns expected results 14 var_dump($db->quote('foo', PDO::PARAM_STR)); 15 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR)); 16 var_dump($db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL)); 22 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR)); 23 var_dump($db->quote('über', PDO::PARAM_STR)); 24 var_dump($db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL));
|
H A D | bug66141.phpt | 2 Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query) 16 $quotedInput0 = $db->quote($input); 22 $quotedInput1 = $db->quote($input); 26 $quotedInput2 = $db->quote($input);
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | is_csv.c | 69 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-8.0/ext/pdo_sqlite/tests/ |
H A D | bug81740.phpt | 2 Bug #81740 (PDO::quote() may return unquoted string) 15 var_dump($pdo->quote($string));
|
/PHP-8.0/ext/pdo/tests/ |
H A D | pdo_quote_empty_string.phpt | 2 PDO::quote() must accept empty string for drivers which support this feature 20 $result = $pdo->quote('');
|
H A D | bug_47769.phpt | 20 public function quote($str, $paramtype = NULL) { 28 $test->quote('foo');
|
H A D | pdo_033.phpt | 2 PDO Common: PDO::quote() 20 $quoted = $db->quote($unquoted);
|
H A D | bug_71447.phpt | 43 // Comment with single quote 53 // C-Style comment with single quote 63 // Comment with double quote
|
/PHP-8.0/sapi/fuzzer/corpus/json/ |
H A D | fail24.json | 1 ['single quote']
|
/PHP-8.0/sapi/cli/tests/ |
H A D | 016.phpt | 27 quote'; 80 php ' quote'; 83 quote
|
/PHP-8.0/ext/pcre/tests/ |
H A D | bug41148.phpt | 23 /* 13 */ "/<quote>/S", 24 /* 14 */ "/<\/quote>/S"
|