/PHP-7.4/ext/reflection/tests/ |
H A D | ReflectionProperty_getModifiers.001.phpt | 2 ReflectionProperty::getModifiers() 15 echo "getModifiers():\n"; 16 var_dump($propInfo->getModifiers()); 42 getModifiers(): 49 getModifiers(): 56 getModifiers(): 63 getModifiers():
|
H A D | ReflectionProperty_basic2.phpt | 2 Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDo… 14 echo "getModifiers():\n"; 15 var_dump($propInfo->getModifiers()); 45 getModifiers(): 61 getModifiers(): 77 getModifiers(): 95 getModifiers():
|
H A D | bug78895.phpt | 20 var_dump(Reflection::getModifierNames($ref->getModifiers())); 22 var_dump(Reflection::getModifierNames($ref->getModifiers())); 24 var_dump(Reflection::getModifierNames($ref->getModifiers())); 26 var_dump(Reflection::getModifierNames($ref->getModifiers()));
|
H A D | ReflectionMethod_getModifiers_basic.phpt | 2 ReflectionMethod::getModifiers() 12 printf("0x%08x\n", $method->getModifiers()); 80 $a->getModifiers(1); 82 $a = new ReflectionMethod('ReflectionMethod::getModifiers'); 84 echo "\nReflectionMethod::getModifiers() modifiers:\n"; 85 printf("0x%08x\n", $a->getModifiers()); 239 Warning: ReflectionMethod::getModifiers() expects exactly 0 parameters, 1 given in %s on line %d 241 ReflectionMethod::getModifiers() modifiers:
|
H A D | ReflectionProperty_getModifiers_basic.phpt | 2 Test ReflectionProperty::getModifiers() usage. 27 var_dump($rp->getModifiers()); 30 var_dump($rp->getModifiers());
|
H A D | ReflectionClass_getModifiers_basic.phpt | 2 ReflectionClass::getModifiers() 18 var_dump($obj->getModifiers());
|
H A D | ReflectionClassConstant_basic1.phpt | 2 …ort(), getName(), getValue(), isPublic(), isPrivate(), isProtected(), getModifiers(), getDeclaring… 27 echo "getModifiers():\n"; 28 var_dump($constInfo->getModifiers()); 79 getModifiers(): 117 getModifiers(): 155 getModifiers(): 193 getModifiers():
|
H A D | reflectionclass_for_traits.phpt | 9 var_dump(Reflection::getModifierNames($r->getModifiers()));
|
H A D | ReflectionProperty_error.phpt | 34 var_dump($rp->getModifiers(1)); 58 Warning: ReflectionProperty::getModifiers() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | ReflectionClass_getModifierNames_basic.phpt | 34 var_dump($obj->getName(), Reflection::getModifierNames($obj->getModifiers())); 40 …obj->getName() . "::" . $method->getName(), Reflection::getModifierNames($method->getModifiers()));
|
H A D | ReflectionClass_modifiers_001.phpt | 21 var_dump($rc->getModifiers());
|
H A D | ReflectionMethod_006.phpt | 34 var_dump($rm->getModifiers(1)); 73 Warning: ReflectionMethod::getModifiers() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | 001.phpt | 47 'UMLClass::getModifiers',
|
H A D | bug46064.phpt | 19 var_dump(Reflection::getModifierNames($h->getModifiers()));
|
H A D | ReflectionClass_toString_001.phpt | 252 Method [ <internal:Reflection> public method getModifiers ] {
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | reflection_tools.inc | 14 printf("Modifiers: '%d'\n", $class->getModifiers()); 69 printf("Modifiers: %d\n", $prop->getModifiers()); 88 printf("Modifiers: %d\n", $method->getModifiers());
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 3422 ZEND_METHOD(reflection_method, getModifiers) in ZEND_METHOD() argument 3615 ZEND_METHOD(reflection_class_constant, getModifiers) in ZEND_METHOD() argument 4634 ZEND_METHOD(reflection_class, getModifiers) in ZEND_METHOD() argument 5455 ZEND_METHOD(reflection_property, getModifiers) in ZEND_METHOD() argument 6458 ZEND_ME(reflection_method, getModifiers, arginfo_reflection__void, 0) 6578 ZEND_ME(reflection_class, getModifiers, arginfo_reflection__void, 0) 6659 ZEND_ME(reflection_property, getModifiers, arginfo_reflection__void, 0) 6689 ZEND_ME(reflection_class_constant, getModifiers, arginfo_reflection__void, 0)
|
/PHP-7.4/ |
H A D | UPGRADING | 635 results of Reflection...::getModifiers(), using hard-coded numeric values.
|