Home
last modified time | relevance | path

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

/PHP-8.1/ext/reflection/tests/
H A DReflectionProperty_hasDefaultValue.phpt2 reflection: ReflectionProperty::hasDefaultValue
22 var_dump($property->hasDefaultValue());
25 var_dump($property->hasDefaultValue());
28 var_dump($property->hasDefaultValue());
31 var_dump($property->hasDefaultValue());
34 var_dump($property->hasDefaultValue());
37 var_dump($property->hasDefaultValue());
40 var_dump($property->hasDefaultValue());
43 var_dump($property->hasDefaultValue());
48 var_dump($property->hasDefaultValue());
/PHP-8.1/ext/reflection/
H A Dphp_reflection.stub.php450 public function hasDefaultValue(): bool {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h738 ZEND_METHOD(ReflectionProperty, hasDefaultValue);
1015 …ZEND_ME(ReflectionProperty, hasDefaultValue, arginfo_class_ReflectionProperty_hasDefaultValue, ZEN…
H A Dphp_reflection.c5799 ZEND_METHOD(ReflectionProperty, hasDefaultValue) in ZEND_METHOD() argument

Completed in 32 milliseconds