Home
last modified time | relevance | path

Searched refs:mask (Results 1 – 25 of 56) sorted by path

123

/PHP-5.4/Zend/
H A DOBJECTS2_HOWTO81 should set right type, function name and parameter mask for the
H A DREADME.ZEND_VM26 you can use ANY mask to disable specialization according operand's op_type.
H A Dzend_API.h712 #define ZEND_DEFINE_PROPERTY(class_ptr, name, value, mask) \ argument
716 zend_declare_property(class_ptr, _name, namelen, value, mask TSRMLS_CC); \
H A Dzend_builtin_functions.c1658 zend_uint mask = va_arg(args, zend_uint); in copy_class_or_interface_name() local
1660 zend_uint comply_mask = (comply)? mask:0; in copy_class_or_interface_name()
1664 && (comply_mask == (ce->ce_flags & mask))) { in copy_class_or_interface_name()
1680 zend_uint mask = ZEND_ACC_TRAIT; in ZEND_FUNCTION() local
1688 …table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply); in ZEND_FUNCTION()
1697 zend_uint mask = ZEND_ACC_INTERFACE | (ZEND_ACC_TRAIT & ~ZEND_ACC_EXPLICIT_ABSTRACT_CLASS); in ZEND_FUNCTION() local
1705 …table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply); in ZEND_FUNCTION()
1713 zend_uint mask = ZEND_ACC_INTERFACE; in ZEND_FUNCTION() local
1721 …table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply); in ZEND_FUNCTION()
/PHP-5.4/ext/ereg/regex/
H A Dregcomp.c1050 cs->mask = 1 << ((no) % CHAR_BIT);
H A Dregex2.h90 uch mask; /* bit within array */ member
96 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
97 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
98 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic4508 # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
16224 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
16225 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default …
16226 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
17640 0 string \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0 BEA TUXEDO DES mask data
/PHP-5.4/ext/filter/docs/
H A Dfilter.txt39 * If the filter's expected input data mask does not match the provided data
/PHP-5.4/ext/pcntl/
H A Dpcntl.c1233 sigset_t mask; in pcntl_signal_dispatch() local
1238 sigfillset(&mask); in pcntl_signal_dispatch()
1239 sigprocmask(SIG_BLOCK, &mask, &old_mask); in pcntl_signal_dispatch()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3217 pcre_uint32 chr, mask; in scan_prefix() local
3430 mask = 0xff; in scan_prefix()
3432 mask = 0xffff; in scan_prefix()
3434 mask = 0xffffffff; in scan_prefix()
3495 mask = 0; in scan_prefix()
3500 chr |= mask; in scan_prefix()
3515 chr |= mask; in scan_prefix()
3553 pcre_uint32 mask; in fast_forward_first_n_chars() local
3576 mask >>= 4; in fast_forward_first_n_chars()
3577 while (mask != 0) in fast_forward_first_n_chars()
[all …]
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c1180 sljit_uw mask; in generate_int() local
1186 mask = 0xff000000; in generate_int()
1189 if (!(imm & mask)) { in generate_int()
1197 mask >>= 2; in generate_int()
1198 if (mask & 0x3) { in generate_int()
1201 mask = 0xff00; in generate_int()
1204 if (!(imm & mask)) { in generate_int()
1212 mask >>= 2; in generate_int()
1213 if (mask & 0x3) in generate_int()
H A DsljitNativeARM_64.c352 sljit_uw mask, uimm; in logical_imm() local
371 mask = ((sljit_uw)1 << len) - 1; in logical_imm()
372 if ((uimm & mask) != ((uimm >> len) & mask)) in logical_imm()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c1174 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _function_check_flag() argument
1183 RETURN_BOOL(mptr->common.fn_flags & mask); in _function_check_flag()
4043 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _class_check_flag() argument
4052 RETVAL_BOOL(ce->ce_flags & mask); in _class_check_flag()
4875 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _property_check_flag() argument
4884 RETURN_BOOL(ref->prop.flags & mask); in _property_check_flag()
/PHP-5.4/ext/session/
H A Dsession.c247 int mask; in bin_to_readable() local
255 mask = (1 << nbits) - 1; in bin_to_readable()
271 *out++ = hexconvtab[w & mask]; in bin_to_readable()
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c29589 { u16 mask;
62273 assert( mask==BTREE_BULKLOAD || mask==BTREE_SEEK_EQ || mask==0 );
96482 assert( mask==-1 || mask==0 );
99281 u32 mask = 0;
99296 return mask;
112920 int mask = 0;
113377 u32 mask = 0;
113393 return mask;
116497 return mask;
116507 return mask;
[all …]
/PHP-5.4/ext/standard/
H A Dbasic_functions.c1183 ZEND_ARG_INFO(0, mask)
2147 ZEND_ARG_INFO(0, mask)
2154 ZEND_ARG_INFO(0, mask)
H A Dstring.c748 memset(mask, 0, 256); in php_charmask()
753 memset(mask+c, 1, input[3] - c + 1); in php_charmask()
778 mask[c]=1; in php_charmask()
795 char mask[256]; in php_trim() local
798 php_charmask((unsigned char*)what, what_len, mask TSRMLS_CC); in php_trim()
800 php_charmask((unsigned char*)" \n\r\t\v\0", 6, mask TSRMLS_CC); in php_trim()
805 if (mask[(unsigned char)c[i]]) { in php_trim()
816 if (mask[(unsigned char)c[i]]) { in php_trim()
2748 char mask[256]; local
2758 php_charmask((unsigned char *)delims, delims_len, mask TSRMLS_CC);
[all …]
/PHP-5.4/ext/standard/html_tables/
H A Dhtml_table_gen.php739 $mask = $numelems - 1; variable
742 $hashes[hashfun($e[0]) & $mask][] = $e;
/PHP-5.4/ext/standard/tests/file/
H A Dumask_basic.phpt11 /* Prototype: int umask ( [int $mask] );
17 for($mask = 0000; $mask <= 0777; $mask++) {
18 echo "-- Setting umask to $mask --\n";
19 var_dump( umask($mask) );
22 if ($mask != umask()) {
H A Dumask_error.phpt11 /* Prototype: int umask ( [int $mask] );
H A Dumask_variation1.phpt11 /* Prototype: int umask ( [int $mask] );
25 for($mask = 0000; $mask <= 0350; $mask++) {
27 echo sprintf('%03o', $mask);
30 umask($mask);
H A Dumask_variation2.phpt11 /* Prototype: int umask ( [int $mask] );
25 for($mask = 0351; $mask <= 0777; $mask++) {
27 echo sprintf('%03o', $mask);
30 umask($mask);
H A Dumask_variation3.phpt13 /* Prototype : int umask([int mask])
107 // loop through each element of the array for mask
/PHP-5.4/ext/standard/tests/strings/
H A Dstrcspn_basic.phpt5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
21 $mask = "es";
26 var_dump( strcspn($str, $mask, $start, $len) );
29 var_dump( strcspn($str, $mask, $start) );
32 var_dump( strcspn($str, $mask) );
H A Dstrcspn_error.phpt5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
25 $mask = 'string_val';
31 var_dump( strcspn($str,$mask,$start,$len, $extra_arg) );

Completed in 523 milliseconds

123