Home
last modified time | relevance | path

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

123

/PHP-5.4/ext/pdo_mysql/tests/
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.phpt73 …ILE %s INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n'", $db->quote($filename));
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.4/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 Dtestinput22887 ([\"\'])? # find single or double quote
2888 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
2889 # quote, otherwise match up to next space
2908 /(?:a(?<quote> (?<apostrophe>')|(?<realquote>")) |
2909 b(?<quote> (?<apostrophe>')|(?<realquote>")) )
2910 (?('quote')[a-z]+|[0-9]+)/JIx
H A Dtestoutput210207 ([\"\'])? # find single or double quote
10208 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
10209 # quote, otherwise match up to next space
10254 /(?:a(?<quote> (?<apostrophe>')|(?<realquote>")) |
10255 b(?<quote> (?<apostrophe>')|(?<realquote>")) )
10256 (?('quote')[a-z]+|[0-9]+)/JIx
10261 quote 1
10262 quote 4
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug62479.phpt60 // Create a user with a space and single quote
/PHP-5.4/ext/standard/tests/strings/
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.4/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.4/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.4/win32/build/
H A Dconfutils.js2028 function AC_DEFINE(name, value, comment, quote) argument
2030 if (quote == null) {
2031 quote = true;
2033 if (quote && typeof(value) == "string") {
/PHP-5.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
4022 # Now quote all the things that may contain metacharacters while being
4024 # variables and quote the copies for generation of the libtool script.
4085 # Double-quote double-evaled strings.
/PHP-5.4/ext/pcre/pcrelib/
H A DREADME409 to specify something like LIBS="-lncurses" as well. This is because, to quote
/PHP-5.4/
H A DNEWS713 . Fixed bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES
3041 . Fixed bug #54929 (Parse error with single quote in sql comment). (Felipe)
5022 encounters a single quote). (Felipe)
5652 - Fixed bug #44251, #41125 (PDO + quote() + prepare() can result in segfault).
6926 - Added support for character sets in PDO quote() method for PostgreSQL 8.1.4
7511 - Fixed bug #37002 (Have to quote literals in INI when concatenating with
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c23637 char quote;
23640 quote = z[0];
23641 switch( quote ){
23650 if( z[i]==quote ){
23651 if( z[i+1]==quote ){
23652 z[j++] = quote;
133417 quote = z[0];
133418 if( quote=='[' || quote=='\'' || quote=='"' || quote=='`' ){
133423 if( quote=='[' ) quote = ']';
133426 if( z[iIn]==quote ){
[all …]

Completed in 632 milliseconds

123