Home
last modified time | relevance | path

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

1234

/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_basic3.phpt14 // $table as HTML_SEPCIALCHARS and different quote style
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 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-5.5/ext/json/tests/
H A Dfail001.phpt33 "['single quote']");
161 Testing: ['single quote']
/PHP-5.5/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_exec_load_data.phpt73 …ILE %s INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n'", $db->quote($filename));
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_prepare_load_data.phpt79 …LE %s INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n'", $db->quote($filename)));
/PHP-5.5/
H A DREADME.MAILINGLIST_RULES67 3. Do not top post. Place your answer underneath anyone you wish to quote
71 create an entirely new thread copying anything you wish to quote into the
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1478 " (?: # opening quote...
482 )* " # closing quote
492 " (?: # opening quote...
496 )* " # closing quote
529 " (?: # opening quote...
533 )* " # closing quote
541 " (?: # opening quote...
545 )* " # closing quote
615 )* " # closing quote
629 )* " # closing quote
[all …]
H A Dtestinput8962 " (?: # opening quote...
966 )* " # closing quote
976 " (?: # opening quote...
980 )* " # closing quote
1013 " (?: # opening quote...
1017 )* " # closing quote
1025 " (?: # opening quote...
1029 )* " # closing quote
1095 " (?: # opening quote...
1099 )* " # closing quote
[all …]
H A Dtestoutput1952 " (?: # opening quote...
956 )* " # closing quote
966 " (?: # opening quote...
970 )* " # closing quote
1003 " (?: # opening quote...
1007 )* " # closing quote
1015 " (?: # opening quote...
1019 )* " # closing quote
1089 )* " # closing quote
1103 )* " # closing quote
[all …]
H A Dtestoutput81807 " (?: # opening quote...
1811 )* " # closing quote
1821 " (?: # opening quote...
1825 )* " # closing quote
1858 " (?: # opening quote...
1862 )* " # closing quote
1870 " (?: # opening quote...
1874 )* " # closing quote
1940 " (?: # opening quote...
1944 )* " # closing quote
[all …]
H A Dtestinput22889 ([\"\'])? # find single or double quote
2890 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
2891 # quote, otherwise match up to next space
2910 /(?:a(?<quote> (?<apostrophe>')|(?<realquote>")) |
2911 b(?<quote> (?<apostrophe>')|(?<realquote>")) )
2912 (?('quote')[a-z]+|[0-9]+)/JIx
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62479.phpt60 // Create a user with a space and single quote
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re188 /* let's quote all the values */
452 /* quote the bind value if necessary */
488 /* quote the bind value if necessary */
H A Dpdo_dbh.c1163 static PHP_METHOD(PDO, quote) in PHP_METHOD() argument
1281 PHP_ME(PDO, quote, arginfo_pdo_quote, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1066 …b_rfc1867_substring_conf(const zend_encoding *encoding, char *start, int len, char quote TSRMLS_DC) in php_mb_rfc1867_substring_conf()
1072 for (i = 0; i < len && start[i] != quote; ++i) { in php_mb_rfc1867_substring_conf()
1073 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in php_mb_rfc1867_substring_conf()
1091 char *pos = *line, quote; in php_mb_rfc1867_getword() local
1095 if ((quote = *pos) == '"' || quote == '\'') { in php_mb_rfc1867_getword()
1097 while (*pos && *pos != quote) { in php_mb_rfc1867_getword()
1098 if (*pos == '\\' && pos[1] && pos[1] == quote) { in php_mb_rfc1867_getword()
1140 char quote = *str; in php_mb_rfc1867_getword_conf() local
1143 return php_mb_rfc1867_substring_conf(encoding, str, strlen(str), quote TSRMLS_CC); in php_mb_rfc1867_getword_conf()
/PHP-5.5/win32/build/
H A Dconfutils.js2062 function AC_DEFINE(name, value, comment, quote) argument
2064 if (quote == null) {
2065 quote = true;
2067 if (quote && typeof(value) == "string") {

Completed in 114 milliseconds

1234