Home
last modified time | relevance | path

Searched refs:hasDefaultValue (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A DReflectionProperty_hasDefaultValue.phpt2 reflection: ReflectionProperty::hasDefaultValue
23 var_dump($property->hasDefaultValue());
26 var_dump($property->hasDefaultValue());
29 var_dump($property->hasDefaultValue());
32 var_dump($property->hasDefaultValue());
35 var_dump($property->hasDefaultValue());
38 var_dump($property->hasDefaultValue());
41 var_dump($property->hasDefaultValue());
44 var_dump($property->hasDefaultValue());
49 var_dump($property->hasDefaultValue());
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php541 public function hasDefaultValue(): bool {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h748 ZEND_METHOD(ReflectionProperty, hasDefaultValue);
1028 …ZEND_ME(ReflectionProperty, hasDefaultValue, arginfo_class_ReflectionProperty_hasDefaultValue, ZEN…
H A Dphp_reflection.c5886 ZEND_METHOD(ReflectionProperty, hasDefaultValue) in ZEND_METHOD() argument

Completed in 53 milliseconds