Home
last modified time | relevance | path

Searched refs:mode (Results 801 – 807 of 807) sorted by relevance

1...<<313233

/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput101590 /Check property support in non-UTF-8 mode/
H A Dtestinput12 Perl >= 5.10, in non-UTF-8 mode. It should run clean for the 8-bit, 16-bit,
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-7.1/ext/soap/
H A Dsoap.c301 ZEND_ARG_INFO(0, mode)
/PHP-7.1/build/
H A Dlibtool.m41637 # HP-UX runs *really* slowly unless shared libraries are mode 555.
4493 # text mode, it properly converts lines to CR/LF. This bash problem
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c32863 static int posixOpen(const char *zFile, int flags, int mode){
32864 return open(zFile, flags, mode);
157474 int mode;
157510 int mode = 0;
157514 mode = aMode[i].mode;
157518 if( mode==0 ){
157523 if( (mode & ~SQLITE_OPEN_MEMORY)>limit ){
157529 flags = (flags & ~mask) | mode;

Completed in 430 milliseconds

1...<<313233