Searched refs:bitmask (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/ext/filter/docs/ |
H A D | filter.txt | 30 * 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.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeARM_64.c | 417 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.6/ext/curl/ |
H A D | interface.c | 420 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() 3524 long bitmask; in PHP_FUNCTION() local 3528 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &zid, &bitmask) == FAILURE) { in PHP_FUNCTION() 3534 RETURN_LONG(curl_easy_pause(ch->cp, bitmask)); in PHP_FUNCTION()
|
/PHP-5.6/ext/opcache/ |
H A D | README | 154 A bitmask, where each bit enables or disables the appropriate OPcache
|
/PHP-5.6/ |
H A D | php.ini-development | 1956 ; A bitmask, where each bit enables or disables the appropriate OPcache
|
H A D | php.ini-production | 1956 ; A bitmask, where each bit enables or disables the appropriate OPcache
|
H A D | INSTALL | 1757 evaluate to 0. Use the associated bitmask values instead. These
|
/PHP-5.6/win32/ |
H A D | install.txt | 1357 evaluate to 0. Use the associated bitmask values instead. These
|
Completed in 32 milliseconds