Home
last modified time | relevance | path

Searched refs:bitmask (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/ext/imap/tests/
H A Dimap_gc_error.phpt33 imap_gc(): Argument #2 ($flags) must be a bitmask of IMAP_GC_TEXTS, IMAP_GC_ELT, and IMAP_GC_ENV
H A Dimap_open_error.phpt36 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE
H A Dimap_body_errors.phpt46 imap_body(): Argument #3 ($flags) must be a bitmask of FT_UID, FT_PEEK, and FT_INTERNAL
H A Dimap_fetchheader_errors.phpt43 imap_fetchheader(): Argument #3 ($flags) must be a bitmask of FT_UID, FT_PREFETCHTEXT, and FT_INTER…
H A Dimap_fetchmime_errors.phpt45 imap_fetchmime(): Argument #4 ($flags) must be a bitmask of FT_UID, FT_PEEK, and FT_INTERNAL
H A Dimap_fetchbody_errors.phpt45 imap_fetchbody(): Argument #4 ($flags) must be a bitmask of FT_UID, FT_PEEK, and FT_INTERNAL
H A Dimap_savebody_errors.phpt45 imap_savebody(): Argument #5 ($flags) must be a bitmask of FT_UID, FT_PEEK, and FT_INTERNAL
/PHP-8.1/ext/snmp/tests/
H A Dsnmp_get_valueretrieval.phpt38 snmp_set_valueretrieval(): Argument #1 ($method) must be a bitmask of SNMP_VALUE_LIBRARY, SNMP_VALU…
H A Dsnmp-object-error.phpt103 SNMP retrieval method must be a bitmask of SNMP_VALUE_LIBRARY, SNMP_VALUE_PLAIN, and SNMP_VALUE_OBJ…
H A Dsnmp-object-properties.phpt195 SNMP retrieval method must be a bitmask of SNMP_VALUE_LIBRARY, SNMP_VALUE_PLAIN, and SNMP_VALUE_OBJ…
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c501 sljit_ins bitmask; in load_immediate() local
518 bitmask = logical_imm(simm, 16); in load_immediate()
519 if (bitmask != 0) in load_immediate()
520 return push_inst(compiler, (ORRI ^ W_OP) | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
526 bitmask = logical_imm(simm, 32); in load_immediate()
527 if (bitmask != 0) in load_immediate()
528 return push_inst(compiler, ORRI | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
/PHP-8.1/ext/curl/
H A Dinterface.c263 int bitmask; in PHP_INI_END() member
312 php_info_print_table_row(2, feats[i].name, d->features & feats[i].bitmask ? "Yes" : "No"); in PHP_INI_END()
3658 zend_long bitmask; in PHP_FUNCTION() local
3664 Z_PARAM_LONG(bitmask) in PHP_FUNCTION()
3669 RETURN_LONG(curl_easy_pause(ch->cp, bitmask)); in PHP_FUNCTION()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c563 #define bitmask(b)(1<<(b)) macro
564 #define bit2mask(b1,b2)(bitmask(b1)|bitmask(b2))
565 #define l_setbit(x,b)setbits(x,bitmask(b))
566 #define resetbit(x,b)resetbits(x,bitmask(b))
567 #define testbit(x,b)testbits(x,bitmask(b))
1719 #define makewhite(g,x)((x)->gch.marked=cast_byte(((x)->gch.marked&cast_byte(~(bitmask(2)|bit2mask(0…
1824 h->marked&=~(bitmask(3)|bitmask(4));
2074 g->currentwhite=bit2mask(0,1)|bitmask(6);
/PHP-8.1/
H A DNEWS1803 from bitmask). (Cameron Porter)
H A Dphp.ini-development1823 ; A bitmask, where each bit enables or disables the appropriate OPcache
H A Dphp.ini-production1825 ; A bitmask, where each bit enables or disables the appropriate OPcache

Completed in 62 milliseconds