Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/reflection/
H A Dphp_reflection.stub.php429 public function hasDefaultValue(): bool {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h625 ZEND_METHOD(ReflectionProperty, hasDefaultValue);
877 …ZEND_ME(ReflectionProperty, hasDefaultValue, arginfo_class_ReflectionProperty_hasDefaultValue, ZEN…
H A Dphp_reflection.c5598 ZEND_METHOD(ReflectionProperty, hasDefaultValue) in ZEND_METHOD() argument
/PHP-8.0/
H A DNEWS1484 . Implement ReflectionProperty::hasDefaultValue and

Completed in 30 milliseconds