СК
($someFlags & ReflectionProperty::IS_PUBLIC) && ($someFlags & ~ReflectionProperty::IS_STATIC)
Size: a a a
СК
($someFlags & ReflectionProperty::IS_PUBLIC) && ($someFlags & ~ReflectionProperty::IS_STATIC)
СК
a
($someFlags & ReflectionProperty::IS_PUBLIC) && ($someFlags & ~ReflectionProperty::IS_STATIC)
СК
СК
($someFlags & ReflectionProperty::IS_PUBLIC) && !($someFlags & ReflectionProperty::IS_STATIC)
СК
a
a
СК
ReflectionProperty::IS_PUBLIC = 0100
ReflectionProperty::IS_STATIC = 0001
ИмеяB = A & ReflectionProperty::IS_PUBLIC
C = A & ReflectionProperty::IS_STATIC
D = B && !C
A B C D
0000 0000 0000 0
0001 0000 0001 0
0010 0000 0000 0
0011 0000 0001 0
0100 0100 0000 1
0101 0100 0001 0
0110 0100 0000 1
0111 0100 0001 0
1000 0000 0000 0
1001 0000 0001 0
1010 0000 0000 0
1011 0000 0001 0
1100 0100 0000 1
1101 0100 0001 0
1110 0100 0000 1
1111 0100 0001 0
СК
a
СК
a
AP
SV
TC
TC
TC
SV
TC