Home
last modified time | relevance | path

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

1234

/PHP-7.4/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-7.4/ext/json/tests/
H A Dfail001.phpt34 "['single quote']"
162 Testing: ['single quote']
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug54929.phpt2 Bug #54929 (Parse error with single quote in sql comment (pdo-mysql))
H A Dbug41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
18 $sql = "SELECT 1 FROM DUAL WHERE 'o''riley' LIKE " . $db->quote('%' . $search . '%');
H A Dbug_41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in segfault)
H A Dpdo_mysql_prepare_native.phpt190 $db->quote('%ro%'));
196 $db->quote('%go%'));
315 $db->quote('%ro%'));
321 $db->quote('%ro%'));
H A Dpdo_mysql_prepare_emulated.phpt183 $db->quote('%ro%'));
190 $db->quote('%ro%'));
292 $db->quote('%ro%'));
299 $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-7.4/sapi/fpm/fpm/
H A Dzlog.h99 void zlog_stream_set_msg_quoting(struct zlog_stream *stream, zlog_bool quote);
H A Dzlog.c579 void zlog_stream_set_msg_quoting(struct zlog_stream *stream, zlog_bool quote) /* {{{ */ in zlog_stream_set_msg_quoting() argument
581 stream->msg_quote = quote && stream->decorate ? 1 : 0; in zlog_stream_set_msg_quoting()
/PHP-7.4/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt17 $str_array = array( "How's everybody", // string containing single quote
H A Dchunk_split_variation7.phpt27 "It's string with quotes", //string containing single quote
H A Dhtml_entity_decode3.phpt17 "'", //single quote, depends on flags
H A Dstripslashes_variation2.phpt2 Test stripslashes() function : usage variations - un-quote strings quoted with addslashes()
H A Dget_html_translation_table_basic2.phpt19 // $table as HTML_ENTITIES and different quote style
/PHP-7.4/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-7.4/ext/pdo_pgsql/tests/
H A Dbug62479.phpt61 // Create a user with a space and single quote
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1114 … *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, char quote) in php_mb_rfc1867_substring_conf() argument
1120 for (i = 0; i < len && start[i] != quote; ++i) { in php_mb_rfc1867_substring_conf()
1121 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in php_mb_rfc1867_substring_conf()
1139 char *pos = *line, quote; in php_mb_rfc1867_getword() local
1143 if ((quote = *pos) == '"' || quote == '\'') { in php_mb_rfc1867_getword()
1145 while (*pos && *pos != quote) { in php_mb_rfc1867_getword()
1146 if (*pos == '\\' && pos[1] && pos[1] == quote) { in php_mb_rfc1867_getword()
1188 char quote = *str; in php_mb_rfc1867_getword_conf() local
1191 return php_mb_rfc1867_substring_conf(encoding, str, strlen(str), quote); in php_mb_rfc1867_getword_conf()
/PHP-7.4/Zend/
H A Dzend_ast.c941 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr() argument
978 if (c == quote || c == '$' || c == '\\') { in zend_ast_export_qstr()
1100 static ZEND_COLD void zend_ast_export_encaps_list(smart_str *str, char quote, zend_ast_list *list, … in zend_ast_export_encaps_list() argument
1111 zend_ast_export_qstr(str, quote, Z_STR_P(zv)); in zend_ast_export_encaps_list()
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re207 /* let's quote all the values */
H A Dpdo_dbh.c1151 static PHP_METHOD(PDO, quote) in PHP_METHOD() argument
1254 PHP_ME(PDO, quote, arginfo_pdo_quote, ZEND_ACC_PUBLIC)
/PHP-7.4/win32/build/
H A Dconfutils.js2679 function AC_DEFINE(name, value, comment, quote) argument
2681 if (quote == null) {
2682 quote = true;
2684 if (quote && typeof(value) == "string") {
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c301 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-7.4/build/
H A Dlibtool.m4112 # Same as above, but do not quote variable references.
467 # backslashes. This makes it impossible to quote backslashes using
548 # Copy echo and quote the copy suitably for passing to libtool from
4025 # Now quote all the things that may contain metacharacters while being
4027 # variables and quote the copies for generation of the libtool script.
4088 # Double-quote double-evaled strings.
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c1956 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument

Completed in 157 milliseconds

1234