Home
last modified time | relevance | path

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

/php-src/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-src/Zend/tests/property_hooks/
H A Dcpp.phpt23 var_dump($r->hasDefaultValue());
/php-src/ext/reflection/
H A Dphp_reflection.stub.php555 public function hasDefaultValue(): bool {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h866 ZEND_METHOD(ReflectionProperty, hasDefaultValue);
1163 …ZEND_ME(ReflectionProperty, hasDefaultValue, arginfo_class_ReflectionProperty_hasDefaultValue, ZEN…
H A Dphp_reflection.c6457 ZEND_METHOD(ReflectionProperty, hasDefaultValue) in ZEND_METHOD() argument

Completed in 61 milliseconds