Home
last modified time | relevance | path

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

1...<<21222324252627282930

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-3211 **Failed: invalid UTF-8 string cannot be used as input in UTF mode
H A Dtestinput10842 /Check property support in non-UTF-8 mode/
H A Dtestoutput61095 /Check property support in non-UTF-8 mode/
1275 /The next two tests are for property support in non-UTF-8 mode/
H A Dtestoutput7667 /-- A check not in UTF-8 mode --/
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-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c2040 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
2041 ((opcode) | (mode) | ((dst) << 12) | (src1) | ((src2) << 16))
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation4.phpt70 } //end of mode loop
H A Dfputcsv_variation2.phpt70 } //end of mode loop
H A Dfputcsv_variation3.phpt70 } //end of mode loop
H A Dfputcsv_variation13.phpt71 } //end of mode loop
H A Dfputcsv_variation9.phpt72 } //end of mode loop
/PHP-5.5/ext/phar/
H A Dphar_object.c4119 mode_t mode; in phar_extract_file() local
4285 mode = (mode_t) entry->flags & PHAR_ENT_PERM_MASK; in phar_extract_file()
4287 if (FAILURE == VCWD_CHMOD(fullpath, mode)) { in phar_extract_file()
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja245 in the server log or regular http output in CGI mode.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt114 Inspecting parameter 'mode' of method 'autocommit'
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6754 >>4 lelong&0x100 0x000 mode 2
6755 >>4 lelong&0x100 0x100 mode 3
6756 >4 lelong&0xFFFFFF00 !0 unknown mode
10157 >0xe02 byte&0x03 0x01 , portrait mode
11245 >>506 leshort >0 Video mode %d
12482 >>>&0 string >\0 mode: %s,
12503 >4 byte 0 mode: CBC,
12504 >4 byte 1 mode: ECB,
12505 >4 byte 2 mode: CFB,
12506 >4 byte 3 mode: OFB,
[all …]
/PHP-5.5/ext/imap/
H A Dphp_imap.c2999 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7() argument
3013 if (mode == 0) { in php_imap_mutf7()
/PHP-5.5/Zend/
H A Dzend_compile.c5588 …stant(znode *result, znode *constant_container, znode *constant_name, int mode, zend_bool check_na… in zend_do_fetch_constant() argument
5597 switch (mode) { in zend_do_fetch_constant()
5643 switch (mode) { in zend_do_fetch_constant()
/PHP-5.5/win32/
H A Dinstall.txt1230 CGI or a server module, safe mode, etc...), and preferably enough code
1593 --enable-safe-mode \
/PHP-5.5/
H A DINSTALL827 A server deployed in CGI mode is open to several possible
1554 CGI or a server module, safe mode, etc.), and preferably enough code to
/PHP-5.5/ext/soap/
H A Dsoap.c300 ZEND_ARG_INFO(0, mode)
/PHP-5.5/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-5.5/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 597 milliseconds

1...<<21222324252627282930