Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c417 sljit_ins bitmask; in load_immediate() local
430 bitmask = logical_imm(simm, 16); in load_immediate()
431 if (bitmask != 0) in load_immediate()
432 return push_inst(compiler, (ORRI ^ W_OP) | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
435 bitmask = logical_imm(simm, 32); in load_immediate()
436 if (bitmask != 0) in load_immediate()
437 return push_inst(compiler, ORRI | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
/PHP-5.5/ext/curl/
H A Dinterface.c420 ZEND_ARG_INFO(0, bitmask)
523 int bitmask; in PHP_INI_BEGIN() member
570 php_info_print_table_row(2, feats[i].name, d->features & feats[i].bitmask ? "Yes" : "No"); in PHP_INI_BEGIN()
3547 long bitmask; in PHP_FUNCTION() local
3551 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &zid, &bitmask) == FAILURE) { in PHP_FUNCTION()
3557 RETURN_LONG(curl_easy_pause(ch->cp, bitmask)); in PHP_FUNCTION()
/PHP-5.5/ext/opcache/
H A DREADME144 A bitmask, where each bit enables or disables the appropriate OPcache
/PHP-5.5/
H A Dphp.ini-development1886 ; A bitmask, where each bit enables or disables the appropriate OPcache
H A Dphp.ini-production1886 ; A bitmask, where each bit enables or disables the appropriate OPcache
H A DINSTALL1757 evaluate to 0. Use the associated bitmask values instead. These
/PHP-5.5/win32/
H A Dinstall.txt1366 evaluate to 0. Use the associated bitmask values instead. These

Completed in 50 milliseconds