Home
last modified time | relevance | path

Searched refs:getProperties (Results 1 – 23 of 23) sorted by relevance

/PHP-8.3/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
9 print_r($reflObj->getProperties(ReflectionProperty::IS_PUBLIC));
13 print_r($reflObj->getProperties(ReflectionProperty::IS_PUBLIC));
H A DReflectionClass_getProperties_003.phpt2 ReflectionClass::getProperties()
25 var_dump($rc->getProperties(0));
28 var_dump($rc->getProperties($pubFlag));
31 var_dump($rc->getProperties($privFlag));
34 var_dump($rc->getProperties($StaticFlag | $pubFlag));
37 var_dump($rc->getProperties($StaticFlag | $privFlag));
H A Dbug40431.phpt11 $props = $RefObj->getProperties();
32 $props = $RefObj->getProperties();
50 $props = $RefObj->getProperties();
72 $props = $RefObj->getProperties();
H A Dbug77772.phpt15 foreach ($rc->getProperties(null) as $prop) {
H A DReflectionClass_getProperties_001.phpt2 ReflectionClass::getProperties()
34 var_dump($rc->getProperties());
H A Dbug36308.phpt18 $props = $reflect->getProperties();
H A Dbug40794.phpt14 foreach($reflect->getProperties() as $prop)
H A DReflectionParameter_isDefault.phpt13 $props = $ro->getProperties();
H A Dbug46064_2.phpt34 var_dump($p->getProperties());
H A Dbug76936.phpt36 foreach ((new ReflectionObject($f))->getProperties() as $p) {
H A D001.phpt39 'UMLClass::getProperties',
H A DReflectionProperty_getDocComment_basic.phpt36 $rps = $rc->getProperties();
H A Diterable_Reflection.phpt32 [$property, $nullable, $control, $nullableControl] = $reflector->getProperties();
H A DReflectionClass_toString_001.phpt170 Method [ <internal:Reflection> public method getProperties ] {
/PHP-8.3/ext/simplexml/tests/
H A Dgh10983.phpt2 GH-10983 (State-dependant segfault in ReflectionObject::getProperties)
16 $rprops = $reflector->getProperties();
/PHP-8.3/Zend/tests/
H A Dbug72813.phpt20 public function getProperties()
28 print_r($obj->getProperties());
H A Dbug78868.phpt27 $props = $classA->getProperties();
/PHP-8.3/Zend/tests/enum/
H A Dname-property.phpt16 var_dump((new ReflectionClass(Foo::class))->getProperties());
19 var_dump((new ReflectionClass(IntFoo::class))->getProperties());
/PHP-8.3/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt80 foreach ($class->getProperties() as $property) {
/PHP-8.3/ext/reflection/tests/types/
H A DReflectionType_001.phpt90 foreach ($reflector->getProperties() as $name => $property) {
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php339 public function getProperties(?int $filter = null): array {} function in ReflectionClass
H A Dphp_reflection_arginfo.h700 ZEND_METHOD(ReflectionClass, getProperties);
971 …ZEND_ME(ReflectionClass, getProperties, arginfo_class_ReflectionClass_getProperties, ZEND_ACC_PUBL…
H A Dphp_reflection.c4680 ZEND_METHOD(ReflectionClass, getProperties) in ZEND_METHOD() argument

Completed in 66 milliseconds