Home
last modified time | relevance | path

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

1234

/PHP-8.3/ext/pdo/tests/
H A Dbug_79106.phpt16 die('skip driver does not support quoted numeric identifiers');
H A Dbug_79106_collision.phpt16 die('skip driver does not support quoted numeric identifiers');
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c225 char *quoted; in sqlite_handle_quoter() local
229 quoted = safe_emalloc(2, ZSTR_LEN(unquoted), 3); in sqlite_handle_quoter()
231 sqlite3_snprintf(2*ZSTR_LEN(unquoted) + 3, quoted, "'%q'", ZSTR_VAL(unquoted)); in sqlite_handle_quoter()
232 zend_string *quoted_str = zend_string_init(quoted, strlen(quoted), 0); in sqlite_handle_quoter()
233 efree(quoted); in sqlite_handle_quoter()
/PHP-8.3/ext/pdo_oci/
H A Doci_driver.c361 char *c, *quoted; in oci_handle_quoter() local
374 quoted = c = emalloc(quotedlen+1); in oci_handle_quoter()
385 strncpy(c, l, quotedlen-(c-quoted)-1); in oci_handle_quoter()
386 quoted[quotedlen-1] = '\''; in oci_handle_quoter()
387 quoted[quotedlen] = '\0'; in oci_handle_quoter()
389 quoted_str = zend_string_init(quoted, quotedlen, 0); in oci_handle_quoter()
390 efree(quoted); in oci_handle_quoter()
/PHP-8.3/ext/standard/tests/strings/
H A Ducfirst.phpt18 "abcd", // double quoted string
19 'xyz', // single quoted string
H A Dchunk_split_variation9.phpt2 Test chunk_split() function : usage variations - different double quoted strings for 'ending' argum…
6 * passing different double quoted strings for 'ending' argument to chunk_split()
H A Dlcfirst.phpt18 "abcd", // double quoted string
19 'xyz', // single quoted string
H A Dparse_str_basic3.phpt41 $s1 = "str=A+string+with+%22quoted%22+strings";
152 string(30) "A string with "quoted" strings"
H A Dstripslashes_basic.phpt6 * Testing stripslashes() 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 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()
/PHP-8.3/ext/standard/tests/array/
H A Dshuffle_variation3.phpt26 // array with single quoted and double quoted strings
H A Dshuffle_variation4.phpt26 // array with single and double quoted strings
/PHP-8.3/tests/strings/
H A D001.phpt134 $quoted = quotemeta($raw);
135 if ($quoted == "a\\.\\\\\\+\\*\\?\\[\\^\\]b\\\$c") {
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c1175 zend_string *str, *quoted; in PHP_METHOD() local
1191 quoted = dbh->methods->quoter(dbh, str, paramtype); in PHP_METHOD()
1193 if (quoted == NULL) { in PHP_METHOD()
1198 RETURN_STR(quoted); in PHP_METHOD()
/PHP-8.3/
H A DNEWS149 quoted heredoc literals.). (nielsdos)
H A Dphp.ini-production45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
H A Dphp.ini-development45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
/PHP-8.3/build/
H A Dlibtool.m4108 # metacharacters that are still active within double-quoted strings.

Completed in 60 milliseconds

1234