Home
last modified time | relevance | path

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

/PHP-7.2/ext/filter/docs/
H A Dfilter.txt30 * Unmade *source* a bitmask, it doesn't make sense to do.
124 * flags: A bitmask supporting the following flags:
145 $filter_options - an bitmask that supports the
163 $filter_options - an bitmask that supports the
191 $filter_options - an bitmask that supports the
217 $filter_options - an bitmask that supports the
232 $filter_options - an bitmask that supports the
247 $filter_options - an bitmask that supports the
283 $filter_options - an bitmask that supports the
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c449 sljit_ins bitmask; in load_immediate() local
462 bitmask = logical_imm(simm, 16); in load_immediate()
463 if (bitmask != 0) in load_immediate()
464 return push_inst(compiler, (ORRI ^ W_OP) | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
467 bitmask = logical_imm(simm, 32); in load_immediate()
468 if (bitmask != 0) in load_immediate()
469 return push_inst(compiler, ORRI | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
/PHP-7.2/ext/curl/
H A Dinterface.c442 ZEND_ARG_INFO(0, bitmask)
548 int bitmask; in PHP_INI_BEGIN() member
608 php_info_print_table_row(2, feats[i].name, d->features & feats[i].bitmask ? "Yes" : "No"); in PHP_INI_BEGIN()
3615 zend_long bitmask; in PHP_FUNCTION() local
3621 Z_PARAM_LONG(bitmask) in PHP_FUNCTION()
3628 RETURN_LONG(curl_easy_pause(ch->cp, bitmask)); in PHP_FUNCTION()
/PHP-7.2/ext/opcache/
H A DREADME149 A bitmask, where each bit enables or disables the appropriate OPcache
/PHP-7.2/
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
H A DINSTALL1553 evaluate to 0. Use the associated bitmask values instead. These
/PHP-7.2/win32/
H A Dinstall.txt1357 evaluate to 0. Use the associated bitmask values instead. These

Completed in 60 milliseconds