Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput210224 ([\"\'])? # find single or double quote
10225 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
10226 # quote, otherwise match up to next space
10272 /(?:a(?<quote> (?<apostrophe>')|(?<realquote>")) |
10273 b(?<quote> (?<apostrophe>')|(?<realquote>")) )
10274 (?('quote')[a-z]+|[0-9]+)/JIx
10280 quote 1
10281 quote 4
/PHP-5.5/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
4029 # Now quote all the things that may contain metacharacters while being
4031 # variables and quote the copies for generation of the libtool script.
4092 # Double-quote double-evaled strings.
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME409 to specify something like LIBS="-lncurses" as well. This is because, to quote
/PHP-5.5/
H A DNEWS324 leading single quote). (Matteo)
4230 . Fixed bug #54929 (Parse error with single quote in sql comment). (Felipe)
6211 encounters a single quote). (Felipe)
6841 - Fixed bug #44251, #41125 (PDO + quote() + prepare() can result in segfault).
8115 - Added support for character sets in PDO quote() method for PostgreSQL 8.1.4
8700 - Fixed bug #37002 (Have to quote literals in INI when concatenating with
/PHP-5.5/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 460 milliseconds

1234