Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/standard/tests/strings/
H A Dstripslashes_error.phpt6 * Description: Returns an un-quoted string
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 Dquoted_printable_decode_variation1.phpt6 * Description: Convert a quoted-printable string to an 8 bit string
H A Ducwords_variation3.phpt2 Test ucwords() function : usage variations - single quoted string
H A Daddslashes_variation2.phpt6 …* Description: Returns a string with backslashes before characters that need to be quoted in datab…
H A Daddslashes_variation1.phpt6 …* Description: Returns a string with backslashes before characters that need to be quoted in datab…
H A Dstripslashes_variation1.phpt6 * Description: Returns an un-quoted string
H A Ducwords_variation4.phpt2 Test ucwords() function : usage variations - double quoted string
H A Dstripslashes_variation2.phpt2 Test stripslashes() function : usage variations - un-quote strings quoted with addslashes()
6 * Description: Returns an un-quoted string
/PHP-5.5/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-5.5/ext/imap/tests/
H A Dimap_8bit_basic.phpt10 * Description: Convert an 8bit string to a quoted-printable string.
/PHP-5.5/tests/strings/
H A D001.phpt136 $quoted = quotemeta($raw);
137 if ($quoted == "a\\.\\\\\\+\\*\\?\\[\\^\\]b\\\$c") {
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c144 static int dblib_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted in dblib_handle_quoter() argument
150 *quoted = q = safe_emalloc(2, unquotedlen, 3); in dblib_handle_quoter()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c233 …dle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedlen, e… 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-5.5/ext/pdo/
H A Dphp_pdo_driver.h251 …uote_func)(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedlen, e…

Completed in 38 milliseconds

12345