Home
last modified time | relevance | path

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

1...<<1112

/PHP-5.5/
H A DUPGRADING191 DOMDocument::schemaValidate() accept flag parameter. Only flag
H A Drun-tests.php407 foreach($flags AS $flag) {
408 system(getenv('CC') . " $flag >/dev/null 2>&1", $cc_status);
410 $compiler = shell_exec(getenv('CC') . " $flag 2>&1");
H A Dconfigure.in242 [ --enable-re2c-cgoto Enable -g flag to re2c to use computed goto gcc extension], no, no)
1498 flag=-O0
1500 flag=
1503 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 DNEWS3061 . Fixed bug #61194 (PDO should export compression flag with myslqnd).
3235 EXT_TYPE_UNUSED flag any more. This is a very rare and useless case.
3358 . Removed EXPERIMENTAL flag. (fat)
3687 . Fixed bug #61194 (PDO should export compression flag with myslqnd).
5633 OP_PROTOTYPE flag). (Jani)
6025 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
8095 flag) (Ilia, Dmitry, Matt Wilmas)
8553 - Fixed bug #37244 (Added strict flag to base64_decode() that enforces
9047 - Added support for LOCK_EX flag for file_put_contents(). (Ilia)
9663 d/e flag global and not per connection). (Andrey)
[all …]
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2117 int i = 0, flag = 0; in calc_dimension_12() local
2127 if (flag == 0) { in calc_dimension_12()
2129 flag = 1; in calc_dimension_12()
2134 flag = 0; in calc_dimension_12()
2144 int i = -1, flag = 0; in get_position_12() local
2157 if (flag == 0) { in get_position_12()
2159 flag = 1; in get_position_12()
2165 flag = 0; in get_position_12()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1464 onig_node_conv_to_str_node(Node* node, int flag) in onig_node_conv_to_str_node() argument
1467 NSTR(node)->flag = flag; in onig_node_conv_to_str_node()
1482 NSTR(node)->flag = 0; in onig_node_str_clear()
1495 NSTR(node)->flag = 0; in node_new_str()
1544 if ((sn->flag & NSTR_RAW) != 0) in str_node_split_last_char()
2564 int flag = (c == '-' ? -1 : 1); in fetch_name_with_level() local
2571 *rlevel = (level * flag); in fetch_name_with_level()
/PHP-5.5/ext/imap/
H A Dphp_imap.c369 ZEND_ARG_INFO(0, flag)
376 ZEND_ARG_INFO(0, flag)
3049 char *sequence, *flag; in PHP_FUNCTION() local
3054 …END_NUM_ARGS() TSRMLS_CC, "rss|l", &streamind, &sequence, &sequence_len, &flag, &flag_len, &flags)… in PHP_FUNCTION()
3060 mail_setflag_full(imap_le_struct->imap_stream, sequence, flag, (flags ? flags : NIL)); in PHP_FUNCTION()
3070 char *sequence, *flag; in PHP_FUNCTION() local
3076 …if (zend_parse_parameters(argc TSRMLS_CC, "rss|l", &streamind, &sequence, &sequence_len, &flag, &f… in PHP_FUNCTION()
3082 mail_clearflag_full(imap_le_struct->imap_stream, sequence, flag, (argc == 4 ? flags : NIL)); in PHP_FUNCTION()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c920 long flag; in php_odbc_fetch_attribs() local
922 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &pv_res, &flag) == FAILURE) { in php_odbc_fetch_attribs()
929 result->longreadlen = flag; in php_odbc_fetch_attribs()
931 result->binmode = flag; in php_odbc_fetch_attribs()
935 ODBCG(defaultlrl) = flag; in php_odbc_fetch_attribs()
937 ODBCG(defaultbinmode) = flag; in php_odbc_fetch_attribs()
/PHP-5.5/ext/ereg/regex/
H A Dtests4 # C flag given, regcomp() is expected to fail, and the third field is the
437 # plain strings, with the NOSPEC flag
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c50 int flag = 1; in mysqlnd_set_sock_no_delay() local
51 int result = setsockopt(socketd, IPPROTO_TCP, TCP_NODELAY, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_no_delay()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2610 - if (m->flag & INDIR) {
2622 - (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "",
3123 if (mcopy(ms, p, m->type, m->flag & INDIR, s, (uint32_t)(offset + o),
3129 fprintf(stderr, "mget(type=%d, flag=%x, offset=%u, o=%zu, "
3130 - "nbytes=%zu, count=%u)\n", m->type, m->flag, offset, o,
3132 + "nbytes=%zu)\n", m->type, m->flag, offset, o, nbytes);
3139 if (m->flag & INDIR) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_report.phpt235 // checks the flag. Functions to check: mysqli_query() - done above,
/PHP-5.5/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.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt112 // always strings, like STRINGIFY flag
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c2245 int flag = 1; in LSAPI_CreateListenSock2() local
2271 (char *)( &flag ), sizeof(flag)) == 0) in LSAPI_CreateListenSock2()
/PHP-5.5/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
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c7292 oc->flag = TRUE; in compile_branch()
7375 oc->flag = TRUE; in compile_branch()
8016 oc->flag = TRUE; in compile_branch()
8310 capitem.flag = FALSE; in compile_regex()
8483 if (cd->open_caps->flag) in compile_regex()
H A DChangeLog448 1. A new flag is set, when property checks are present in an XCLASS.
449 When this flag is not set, PCRE can perform certain optimizations
2701 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s
3774 bit. Also moved the least significant internal flag bit to the most-
4646 area. (PCRE was not checking for the UTF-8 mode flag, and trying to move
4819 match position, and the "anchored" flag is set in the compiled expression.
5048 The flag bits are also defined in pcre.h, and are
5098 callout_data, with corresponding flag bit PCRE_EXTRA_CALLOUT_DATA. The
5116 with the PCRE_UTF8 flag. Patterns that are compiled without that flag assume
5727 4. Set default compiler flag to -O2 rather than just -O.
[all …]
H A Dpcre_internal.h2414 pcre_uint16 flag; /* Set TRUE if recursive back ref */ member
/PHP-5.5/ext/oci8/tests/
H A Dreflection1.phpt487 Parameter #1 [ <optional> $flag ]
/PHP-5.5/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.5/ext/oci8/
H A Doci8.c257 ZEND_ARG_INFO(0, flag)
586 ZEND_ARG_INFO(0, flag)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3123 The flag bits are:
3133 Other flag bits should be set to zero. The study_data field and some-
3135 returned by pcre_study(), together with the appropriate flag bits. You
3137 other fields and their corresponding flag bits.
5621 anchored to the starting match position, and the "anchored" flag is set
7245 If the PCRE_AUTO_CALLOUT flag is passed to a compiling function, call-
8101 the PCRE_UTF8 option flag, or the pattern must start with the sequence
8112 option flag, as appropriate. Alternatively, the pattern must start with
8124 is limited to testing the PCRE_UTF[8|16|32] flag occasionally, so
9932 NOTE: The UTF8 flag is ignored if pcre was not configured with the
[all …]

Completed in 324 milliseconds

1...<<1112