Home
last modified time | relevance | path

Searched refs:mode (Results 726 – 728 of 728) sorted by relevance

1...<<21222324252627282930

/PHP-5.4/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 Dtestoutput29200 Failed: ] is an invalid data character in JavaScript compatibility mode at offset 2
/PHP-5.4/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 507 milliseconds

1...<<21222324252627282930