Home
last modified time | relevance | path

Searched refs:getStaticProperties (Results 1 – 12 of 12) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A Dbug79487.phpt2 Bug #79487 (::getStaticProperties() ignores property modifications)
11 var_dump($rc->getStaticProperties());
22 var_dump($rc->getStaticProperties());
H A Dbug30856.phpt2 Reflection Bug #30856 (ReflectionClass::getStaticProperties segfaults)
12 var_dump($class->getStaticProperties());
H A Dbug49074.phpt16 $m = $r->getStaticProperties();
23 var_dump($r->getStaticProperties());
H A Dbug38132.phpt2 Reflection Bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key names)
11 $properties = $class->getStaticProperties();
H A DReflectionClass_setStaticPropertyValue_001.phpt25 print_r($rcA->getStaticProperties());
33 print_r($rcA->getStaticProperties());
34 print_r($rcB->getStaticProperties());
H A Dstatic_properties_002.phpt46 echo 'Number of properties: '. count($r->getStaticProperties()) . "\n";
H A D001.phpt51 'UMLClass::getStaticProperties',
H A DReflectionClass_getDefaultProperties_001.phpt2 ReflectionClass::getDefaultProperties(), ReflectionClass::getStaticProperties()
70 print_r($rc->getStaticProperties());
H A DReflectionClass_toString_001.phpt348 Method [ <internal:Reflection> public method getStaticProperties ] {
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php407 public function getStaticProperties(): ?array {} function in ReflectionClass
H A Dphp_reflection_arginfo.h716 ZEND_METHOD(ReflectionClass, getStaticProperties);
984 …ZEND_ME(ReflectionClass, getStaticProperties, arginfo_class_ReflectionClass_getStaticProperties, Z…
H A Dphp_reflection.c4087 ZEND_METHOD(ReflectionClass, getStaticProperties) in ZEND_METHOD() argument

Completed in 38 milliseconds