Home
last modified time | relevance | path

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

/PHP-8.4/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.4/Zend/tests/property_hooks/
H A Dcpp.phpt23 var_dump($r->hasDefaultValue());
/PHP-8.4/ext/reflection/
H A Dphp_reflection.stub.php559 public function hasDefaultValue(): bool {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h873 ZEND_METHOD(ReflectionProperty, hasDefaultValue);
1171 …ZEND_ME(ReflectionProperty, hasDefaultValue, arginfo_class_ReflectionProperty_hasDefaultValue, ZEN…
H A Dphp_reflection.c6507 ZEND_METHOD(ReflectionProperty, hasDefaultValue) in ZEND_METHOD() argument

Completed in 40 milliseconds