Home
last modified time | relevance | path

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

123

/PHP-5.3/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_exec_load_data.phpt72 …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.3/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 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.3/
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
H A DNEWS1179 . Fixed bug #54929 (Parse error with single quote in sql comment). (Felipe)
3161 encounters a single quote). (Felipe)
3791 - Fixed bug #44251, #41125 (PDO + quote() + prepare() can result in segfault).
5065 - Added support for character sets in PDO quote() method for PostgreSQL 8.1.4
5650 - Fixed bug #37002 (Have to quote literals in INI when concatenating with
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput1950 " (?: # opening quote...
954 )* " # closing quote
964 " (?: # opening quote...
968 )* " # closing quote
1001 " (?: # opening quote...
1005 )* " # closing quote
1013 " (?: # opening quote...
1017 )* " # closing quote
1087 )* " # closing quote
1101 )* " # closing quote
[all …]
H A Dtestinput8959 " (?: # opening quote...
963 )* " # closing quote
973 " (?: # opening quote...
977 )* " # closing quote
1010 " (?: # opening quote...
1014 )* " # closing quote
1022 " (?: # opening quote...
1026 )* " # closing quote
1092 " (?: # opening quote...
1096 )* " # closing quote
[all …]
H A Dtestoutput81866 " (?: # opening quote...
1870 )* " # closing quote
1880 " (?: # opening quote...
1884 )* " # closing quote
1917 " (?: # opening quote...
1921 )* " # closing quote
1929 " (?: # opening quote...
1933 )* " # closing quote
1999 " (?: # opening quote...
2003 )* " # closing quote
[all …]
H A Dtestinput22878 ([\"\'])? # find single or double quote
2879 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
2880 # quote, otherwise match up to next space
2899 /(?:a(?<quote> (?<apostrophe>')|(?<realquote>")) |
2900 b(?<quote> (?<apostrophe>')|(?<realquote>")) )
2901 (?('quote')[a-z]+|[0-9]+)/JIx
H A Dtestoutput210143 ([\"\'])? # find single or double quote
10144 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
10145 # quote, otherwise match up to next space
10191 /(?:a(?<quote> (?<apostrophe>')|(?<realquote>")) |
10192 b(?<quote> (?<apostrophe>')|(?<realquote>")) )
10193 (?('quote')[a-z]+|[0-9]+)/JIx
10198 quote 1
10199 quote 4
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.re188 /* let's quote all the values */
449 /* quote the bind value if necessary */
485 /* quote the bind value if necessary */
H A Dpdo_dbh.c1154 static PHP_METHOD(PDO, quote) in PHP_METHOD() argument
1272 PHP_ME(PDO, quote, arginfo_pdo_quote, ZEND_ACC_PUBLIC)
/PHP-5.3/win32/build/
H A Dconfutils.js1808 function AC_DEFINE(name, value, comment, quote) argument
1810 if (quote == null) {
1811 quote = true;
1813 if (quote && typeof(value) == "string") {
/PHP-5.3/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
4026 # Now quote all the things that may contain metacharacters while being
4028 # variables and quote the copies for generation of the libtool script.
4089 # Double-quote double-evaled strings.
/PHP-5.3/ext/pcre/pcrelib/
H A DREADME379 to specify something like LIBS="-lncurses" as well. This is because, to quote
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c20710 char quote; in sqlite3Dequote() local
20713 quote = z[0]; in sqlite3Dequote()
20714 switch( quote ){ in sqlite3Dequote()
20722 if( z[i]==quote ){ in sqlite3Dequote()
20723 if( z[i+1]==quote ){ in sqlite3Dequote()
20724 z[j++] = quote; in sqlite3Dequote()
112373 quote = z[0];
112374 if( quote=='[' || quote=='\'' || quote=='"' || quote=='`' ){
112379 if( quote=='[' ) quote = ']';
112382 if( z[iIn]==quote ){
[all …]

Completed in 412 milliseconds

123