Home
last modified time | relevance | path

Searched refs:flag (Results 251 – 275 of 283) sorted by relevance

1...<<1112

/PHP-5.4/
H A DUPGRADING.INTERNALS121 php_stream_free/php_stream_close/php_stream_pclose, or the flag
H A Dconfigure.in242 [ --enable-re2c-cgoto Enable -g flag to re2c to use computed goto gcc extension], no, no)
1484 flag=-O0
1486 flag=
1489 PHP_ADD_SOURCES_X(Zend, zend_execute.c,,PHP_GLOBAL_OBJS,,$flag)
H A DREADME.STREAMS310 hold it, allocate it (use pemalloc with the persistent flag set
H A DNEWS1872 . Fixed bug #61194 (PDO should export compression flag with myslqnd).
2046 EXT_TYPE_UNUSED flag any more. This is a very rare and useless case.
2169 . Removed EXPERIMENTAL flag. (fat)
2498 . Fixed bug #61194 (PDO should export compression flag with myslqnd).
4444 OP_PROTOTYPE flag). (Jani)
4836 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
6906 flag) (Ilia, Dmitry, Matt Wilmas)
7364 - Fixed bug #37244 (Added strict flag to base64_decode() that enforces
7858 - Added support for LOCK_EX flag for file_put_contents(). (Ilia)
8474 d/e flag global and not per connection). (Andrey)
[all …]
H A Dphp.ini-development823 ; unix or win32 systems, setting this flag will cause PHP to
1422 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
H A Dphp.ini-production823 ; unix or win32 systems, setting this flag will cause PHP to
1422 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch2610 - if (m->flag & INDIR) {
2622 - (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "",
3120 if (mcopy(ms, p, m->type, m->flag & INDIR, s, (uint32_t)(offset + o),
3126 fprintf(stderr, "mget(type=%d, flag=%x, offset=%u, o=%zu, "
3127 - "nbytes=%zu, count=%u)\n", m->type, m->flag, offset, o,
3129 + "nbytes=%zu)\n", m->type, m->flag, offset, o, nbytes);
3136 if (m->flag & INDIR) {
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_report.phpt235 // checks the flag. Functions to check: mysqli_query() - done above,
/PHP-5.4/ext/mbstring/
H A Dmbstring.c876 if (encoding->flag & MBFL_ENCTYPE_SBCS) { in php_mb_zend_encoding_lexer_compatibility_checker()
879 if ((encoding->flag & (MBFL_ENCTYPE_MBCS | MBFL_ENCTYPE_GL_UNSAFE)) == MBFL_ENCTYPE_MBCS) { in php_mb_zend_encoding_lexer_compatibility_checker()
4586 if (enc->flag & MBFL_ENCTYPE_MBCS) { in php_mb_mbchar_bytes_ex()
4590 } else if (enc->flag & (MBFL_ENCTYPE_WCS2BE | MBFL_ENCTYPE_WCS2LE)) { in php_mb_mbchar_bytes_ex()
4592 } else if (enc->flag & (MBFL_ENCTYPE_WCS4BE | MBFL_ENCTYPE_WCS4LE)) { in php_mb_mbchar_bytes_ex()
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt112 // always strings, like STRINGIFY flag
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c2245 int flag = 1; in LSAPI_CreateListenSock2() local
2271 (char *)( &flag ), sizeof(flag)) == 0) in LSAPI_CreateListenSock2()
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestinput92 of pcre_dfa_exec(), excluding Unicode property support. The -dfa flag must
H A Dtestinput102 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
H A Dtestoutput102 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog272 1. A new flag is set, when property checks are present in an XCLASS.
273 When this flag is not set, PCRE can perform certain optimizations
2525 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s
3598 bit. Also moved the least significant internal flag bit to the most-
4470 area. (PCRE was not checking for the UTF-8 mode flag, and trying to move
4643 match position, and the "anchored" flag is set in the compiled expression.
4872 The flag bits are also defined in pcre.h, and are
4922 callout_data, with corresponding flag bit PCRE_EXTRA_CALLOUT_DATA. The
4940 with the PCRE_UTF8 flag. Patterns that are compiled without that flag assume
5551 4. Set default compiler flag to -O2 rather than just -O.
[all …]
H A Dpcre_compile.c7271 oc->flag = TRUE; in compile_branch()
7893 oc->flag = TRUE; in compile_branch()
8184 capitem.flag = FALSE; in compile_regex()
8357 if (cd->open_caps->flag) in compile_regex()
H A Dpcre_internal.h2406 pcre_uint16 flag; /* Set TRUE if recursive back ref */ member
H A DHACKING338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
/PHP-5.4/ext/oci8/tests/
H A Dreflection1.phpt487 Parameter #1 [ <optional> $flag ]
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic4442 # New flag as of version 4
4778 # test for MDX flag
4897 # memo flag ??
4899 # SQL flag ??
6727 #no active flag
7129 >8401 byte x clean flag %d,
7145 >&-1167 byte x clean flag %d,
7165 >&-1167 byte x clean flag %d,
7189 >8401 byte x clean flag %d,
7205 >&-1167 byte x clean flag %d,
[all …]
/PHP-5.4/ext/oci8/
H A Doci8.c257 ZEND_ARG_INFO(0, flag)
586 ZEND_ARG_INFO(0, flag)
/PHP-5.4/ext/pgsql/
H A Dpgsql.c84 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) argument
86 #define PQ_SETNONBLOCKING(pg_link, flag) 0 argument
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt3112 The flag bits are:
3122 Other flag bits should be set to zero. The study_data field and some-
3124 returned by pcre_study(), together with the appropriate flag bits. You
3126 other fields and their corresponding flag bits.
5597 anchored to the starting match position, and the "anchored" flag is set
7221 If the PCRE_AUTO_CALLOUT flag is passed to a compiling function, call-
8077 the PCRE_UTF8 option flag, or the pattern must start with the sequence
8088 option flag, as appropriate. Alternatively, the pattern must start with
8100 is limited to testing the PCRE_UTF[8|16|32] flag occasionally, so
9908 NOTE: The UTF8 flag is ignored if pcre was not configured with the
[all …]
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in511 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
/PHP-5.4/ext/standard/
H A Dbasic_functions.c188 ZEND_ARG_INFO(0, flag)
1548 ZEND_ARG_INFO(0, flag)

Completed in 232 milliseconds

1...<<1112