Home
last modified time | relevance | path

Searched refs:mode (Results 201 – 225 of 750) sorted by path

12345678910>>...30

/PHP-5.5/ext/oci8/tests/
H A Dreflection1.phpt227 Parameter #1 [ <optional> $mode ]
270 Parameter #1 [ <optional> $mode ]
279 Parameter #2 [ <optional> $mode ]
304 Parameter #0 [ <required> $mode ]
495 Parameter #1 [ <required> $mode ]
772 Parameter #1 [ <optional> $mode ]
811 Parameter #0 [ <required> $mode ]
H A Dreflection2.phpt67 Parameter #0 [ <required> $mode ]
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c75 ZEND_ARG_INFO(0, mode)
916 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs() argument
928 if (mode) { in php_odbc_fetch_attribs()
934 if (mode) { in php_odbc_fetch_attribs()
2998 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror() argument
3009 if (mode == 0) { /* last state */ in php_odbc_lasterror()
3018 if (mode == 0) { in php_odbc_lasterror()
3025 if (mode == 0) { in php_odbc_lasterror()
/PHP-5.5/ext/opcache/
H A Dconfig.m449 shmbuf.shm_perm.mode = 0600;
H A Dzend_shared_alloc.c479 void zend_accel_shared_protect(int mode TSRMLS_DC) in zend_accel_shared_protect()
484 if (mode) { in zend_accel_shared_protect()
485 mode = PROT_READ; in zend_accel_shared_protect()
487 mode = PROT_READ|PROT_WRITE; in zend_accel_shared_protect()
491 mprotect(ZSMMG(shared_segments)[i]->p, ZSMMG(shared_segments)[i]->size, mode); in zend_accel_shared_protect()
H A Dzend_shared_alloc.h161 void zend_accel_shared_protect(int mode TSRMLS_DC);
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt49 $data = "Sending data over to SSL server in async mode with contents like Hello World\n";
92 Sending data over to SSL server in async mode with contents like Hello World
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c940 *ret = fdopen(sslsock->s.socket, stream->mode); in php_openssl_sockop_cast()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog717 does in Unicode mode.
846 gives some modest performance improvement in 8-bit mode.
1237 codepoints that are too big for the mode are faulted, and in a UTF mode,
3446 them, and removed "b" from the input mode under Windows.
3614 mode.
3667 correctly when UTF-8 mode was not set.]
3755 values greater than \377 illegal in non-UTF-8 mode. In UTF-8 mode they
4317 byte in the character in UTF-8 mode.
5131 mode, for example: \x{100}{2,3}.
5143 PCRE in UTF-8 mode.
[all …]
H A DHACKING33 a dummy mode in order to find out how much store will be needed, and then for
60 a byte in 8-bit mode, a short in 16-bit mode and a 32-bit word in 32-bit mode.
83 a "fake" mode that enables it to compute how much memory it would need, while
85 many tests of the mode that might slow it down. So I refactored the compiling
148 mode, shorts in 16-bit mode, 32-bit words in 32-bit mode), containing items of
157 LINK_SIZE values are available only in 8-bit mode.) Specifing a LINK_SIZE
173 OP_ANYBYTE match any single unit, even in UTF-8/16 mode
178 OP_CIRCM ^ multiline mode (start of data or after newline)
194 OP_DOLLM $ multiline mode (end of data or before newline)
225 the character may be more than one unit long. In UTF-32 mode, characters
[all …]
H A DNEWS68 . In UCP mode, \s was not matching two of the characters that Perl matches,
76 does in Unicode mode.
193 . In UTF-8 mode, the values 0xd800 to 0xdfff are not legal Unicode
316 potential buffer overflow problem in pcre_compile() when run in UTF-8 mode. In
627 option for pcregrep to make it operate in UTF-8 mode.
H A DREADME328 on the "configure" command. PCRE runs more slowly in this mode, but it may be
759 matching function, in non-UTF-8/16/32 mode, UTF-8/16/32 mode, and UTF-8/16/32
760 mode with Unicode property support, respectively.
770 The fourteenth, fifteenth, and sixteenth tests are run only in 8-bit mode, and
772 mode. These are tests that generate different output in the two modes. They are
776 The twentieth test is run only in 16/32-bit mode. It tests some specific
779 The twenty-first and twenty-second tests are run only in 16/32-bit mode, when
783 The twenty-third and twenty-fourth tests are run only in 16-bit mode. They are
786 The twenty-fifth and twenty-sixth tests are run only in 32-bit mode. They are
H A Dpcre_internal.h295 #error Unsupported compiling mode
527 #error Unsupported compiling mode
575 #error Unsupported compiling mode
965 #error Unsupported compiling mode
2645 #error Unsupported compiling mode
H A Dpcre_jit_compile.c360 int mode; member
513 #error Unsupported compiling mode
2495 if (common->mode == JIT_COMPILE) in check_partial()
2523 if (common->mode == JIT_COMPILE) in check_str_end()
2552 if (common->mode == JIT_COMPILE) in detect_partial_match()
6025 if (common->mode == JIT_COMPILE) in compile_ref_matchingpath()
9832 common->mode = mode; in PRIV()
9936 if (mode != JIT_COMPILE) in PRIV()
10134 if (mode != JIT_COMPILE) in PRIV()
10422 int mode = JIT_COMPILE; in PRIV() local
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2311 library, the last two are recognized only in UTF-8 mode.
2785 using UTF-32 mode.
4925 $ assert end of string (or line, in multiline mode)
5118 as \x{dc} (or \u00dc in JavaScript mode).
5125 8-bit non-UTF mode less than 0x100
5127 16-bit non-UTF mode less than 0x10000
5129 32-bit non-UTF mode less than 0x100000000
5822 current mode.
5921 POSIX classes are handled specially in UCP mode:
7719 in dotall mode, any character whatsoever
[all …]
/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))
H A DsljitNativeX86_common.c2006 sljit_ub mode, argument
2017 *inst |= mode;
2024 *inst |= mode;
2031 *inst |= mode;
2039 *inst |= mode;
2046 *inst |= mode;
2056 *inst |= mode;
2066 *inst |= mode;
2082 *inst |= mode;
2095 sljit_ub mode, sljit_si set_flags, argument
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput12 Perl >= 5.10, in non-UTF-8 mode. It should run clean for the 8-bit, 16-bit,
H A Dtestinput10842 /Check property support in non-UTF-8 mode/
H A Dtestinput14294 "compiled in wrong mode" error as soon as it is loaded, so the link size does
H A Dtestinput173 give different output in 16- or 32-bit mode. --/
H A Dtestinput202 16- or 32-bit, non-UTF mode. --/
H A Dtestinput212 right away, and can be any old pattern compiled in 8-bit mode ("abc" is
12 In 16-bit mode with options: S>testdata/saved16LE-1
14 In 32-bit mode with options: S>testdata/saved32LE-1
H A Dtestinput229 In 16-bit mode with options: S8>testdata/saved16LE-2
11 In 32-bit mode with options: S8>testdata/saved32LE-2
H A Dtestinput6641 /Check property support in non-UTF-8 mode/
745 /The next two tests are for property support in non-UTF-8 mode/

Completed in 167 milliseconds

12345678910>>...30