Home
last modified time | relevance | path

Searched refs:quote (Results 51 – 75 of 90) sorted by relevance

1234

/PHP-8.1/ext/opcache/tests/
H A Dblacklist.phpt2 Blacklist (with glob, quote and comments)
/PHP-8.1/ext/tidy/tests/
H A D027.phpt18 'quote-marks' => true,
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug71885_2.phpt26 $jsonb = $db->quote(json_encode(['a' => 1]));
H A Dbug62479.phpt63 // Create a user with a space and single quote
/PHP-8.1/ext/standard/tests/array/
H A Darray_rand_variation4.phpt36 "\t" => "tab as key", "'" => 'single quote as key',
37 '"' => 'double quote as key', "\0" => "null char as key")
/PHP-8.1/ext/standard/tests/strings/
H A Ducwords_variation4.phpt6 * test ucwords() with different string prepared using double quote
23 // using quote chars in sentence
H A Dget_html_translation_table_basic3.phpt9 // $table as HTML_SEPCIALCHARS and different quote style
H A Dstripslashes_basic.phpt12 $str_array = array( "How's everybody", // string containing single quote
H A Dchunk_split_variation7.phpt21 "It's string with quotes", //string containing single quote
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt31 'quote' => true,
H A Dbug54929.phpt2 Bug #54929 (Parse error with single quote in sql comment (pdo-mysql))
H A Dbug_41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in segfault)
H A Dbug41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
19 $sql = "SELECT 1 FROM DUAL WHERE 'o''riley' LIKE " . $db->quote('%' . $search . '%');
H A Dpdo_mysql_local_infile_directory_denied.phpt48 …ILE %s INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n'", $db->quote($filepath));
H A Dpdo_mysql_local_infile_directory_allowed.phpt48 …ILE %s INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n'", $db->quote($filepath));
H A Dpdo_mysql_local_infile_overrides_local_infile_directory.phpt48 …ILE %s INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n'", $db->quote($filepath));
H A Dpdo_mysql_prepare_native.phpt193 $db->quote('%ro%'));
199 $db->quote('%go%'));
318 $db->quote('%ro%'));
324 $db->quote('%ro%'));
H A Dpdo_mysql_prepare_emulated.phpt187 $db->quote('%ro%'));
194 $db->quote('%ro%'));
296 $db->quote('%ro%'));
303 $db->quote('%ro%'));
H A Dpdo_mysql_exec_load_data.phpt84 …ILE %s INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n'", $db->quote($filename));
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt30 $results = $db->query("SELECT id, quote(data) AS data FROM test ORDER BY id ASC");
/PHP-8.1/ext/json/tests/
H A Dfail001.phpt30 "['single quote']"
158 Testing: ['single quote']
/PHP-8.1/sapi/fpm/fpm/
H A Dzlog.h99 void zlog_stream_set_msg_quoting(struct zlog_stream *stream, zlog_bool quote);
/PHP-8.1/docs/
H A Dmailinglist-rules.md64 3. Do not top post. Place your answer underneath anyone you wish to quote
68 create an entirely new thread copying anything you wish to quote into the
/PHP-8.1/ext/mbstring/tests/
H A Dcp51932_encoding.phpt74 unset($fromUnicode["\x00\xAB"]); // Don't map left double angled quote mark to "much less than"
85 unset($fromUnicode["\x00\xBB"]); // Don't map right double angled quote mark to "much greater than"
/PHP-8.1/ext/mbstring/
H A Dmbstring.c564 … *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, char quote) in php_mb_rfc1867_substring_conf() argument
570 for (i = 0; i < len && start[i] != quote; ++i) { in php_mb_rfc1867_substring_conf()
571 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in php_mb_rfc1867_substring_conf()
589 char *pos = *line, quote; in php_mb_rfc1867_getword() local
593 if ((quote = *pos) == '"' || quote == '\'') { in php_mb_rfc1867_getword()
595 while (*pos && *pos != quote) { in php_mb_rfc1867_getword()
596 if (*pos == '\\' && pos[1] && pos[1] == quote) { in php_mb_rfc1867_getword()
638 char quote = *str; in php_mb_rfc1867_getword_conf() local
641 return php_mb_rfc1867_substring_conf(encoding, str, strlen(str), quote); in php_mb_rfc1867_getword_conf()

Completed in 34 milliseconds

1234