Home
last modified time | relevance | path

Searched refs:mode (Results 776 – 778 of 778) sorted by relevance

1...<<3132

/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput12 Perl >= 5.10, in non-UTF-8 mode. It should run clean for the 8-bit, 16-bit,
H A Dtestoutput29217 Failed: ] is an invalid data character in JavaScript compatibility mode at offset 2
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c25767 static int posixOpen(const char *zFile, int flags, int mode){
25768 return open(zFile, flags, mode);
130535 int mode;
130571 int mode = 0;
130575 mode = aMode[i].mode;
130579 if( mode==0 ){
130584 if( (mode & ~SQLITE_OPEN_MEMORY)>limit ){
130590 flags = (flags & ~mask) | mode;

Completed in 410 milliseconds

1...<<3132