Home
last modified time | relevance | path

Searched refs:quoted (Results 76 – 100 of 121) sorted by relevance

12345

/PHP-7.0/ext/standard/tests/strings/
H A Dstripslashes_error.phpt6 * Description: Returns an un-quoted string
H A Daddslashes_basic.phpt7 * backslash and nul character) that need to be quoted in database queries etc.
H A Daddslashes_error.phpt6 …* Description: Returns a string with backslashes before characters that need to be quoted in datab…
H A Dquoted_printable_decode_error.phpt6 * Description: Convert a quoted-printable string to an 8 bit string
H A Dchunk_split_variation9.phpt2 Test chunk_split() function : usage variations - different double quoted strings for 'ending' argum…
12 * passing different double quoted strings for 'ending' argument to chunk_split()
H A Ducfirst.phpt18 "abcd", // double quoted string
19 'xyz', // single quoted string
H A Dstripslashes_variation4.phpt6 * Description: Returns an un-quoted string
H A Dlcfirst.phpt18 "abcd", // double quoted string
19 'xyz', // single quoted string
H A Dstripslashes_variation3.phpt6 * Description: Returns an un-quoted string
H A Dparse_str_basic3.phpt63 $s1 = "str=A+string+with+%22quoted%22+strings";
196 string(30) "A string with "quoted" strings"
H A Dcrc32_variation2.phpt2 Test crc32() function : usage variations - single quoted strings
H A Dcrc32_variation3.phpt2 Test crc32() function : usage variations - double quoted strings
H A Ducwords_variation3.phpt2 Test ucwords() function : usage variations - single quoted string
H A Dquoted_printable_decode_variation1.phpt6 * Description: Convert a quoted-printable string to an 8 bit string
H A Dstripslashes_variation1.phpt6 * Description: Returns an un-quoted string
H A Daddslashes_variation1.phpt6 …* Description: Returns a string with backslashes before characters that need to be quoted in datab…
H A Daddslashes_variation2.phpt6 …* Description: Returns a string with backslashes before characters that need to be quoted in datab…
H A Ducwords_variation4.phpt2 Test ucwords() function : usage variations - double quoted string
/PHP-7.0/ext/standard/tests/array/
H A Dshuffle_variation3.phpt31 // array with single quoted and double quoted strings
H A Dshuffle_variation4.phpt31 // array with single and double quoted strings
/PHP-7.0/ext/imap/tests/
H A Dimap_8bit_basic.phpt10 * Description: Convert an 8bit string to a quoted-printable string.
/PHP-7.0/ext/pdo/tests/
H A Dbug_65946.phpt21 // if :limit is used, the value will be quoted as '1', which is invalid syntax
/PHP-7.0/tests/strings/
H A D001.phpt136 $quoted = quotemeta($raw);
137 if ($quoted == "a\\.\\\\\\+\\*\\?\\[\\^\\]b\\\$c") {
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c233 …_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen… in sqlite_handle_quoter() argument
235 *quoted = safe_emalloc(2, unquotedlen, 3); in sqlite_handle_quoter()
236 sqlite3_snprintf(2*unquotedlen + 3, *quoted, "'%q'", unquoted); in sqlite_handle_quoter()
237 *quotedlen = strlen(*quoted); in sqlite_handle_quoter()
/PHP-7.0/ext/pdo_dblib/
H A Ddblib_driver.c152 …_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen… in dblib_handle_quoter() argument
166 q = *quoted = emalloc(*quotedlen+1); /* Add byte for terminal null */ in dblib_handle_quoter()

Completed in 31 milliseconds

12345