Searched refs:isDefault (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionParameter_isDefault.phpt | 2 ReflectionParameter::isDefault() 15 var_dump($prop1->isDefault()); 17 var_dump($prop2->isDefault()); 19 var_dump($ro->getProperty('defprop')->isDefault()); 20 var_dump($ro->getProperty('myprop')->isDefault()); 24 var_dump($prop1->isDefault()); 25 var_dump($prop2->isDefault());
|
H A D | ReflectionProperty_isDefault_basic.phpt | 2 Test ReflectionProperty::isDefault() usage. 10 echo "isDefault():\n"; 11 var_dump($propInfo->isDefault()); 32 isDefault(): 39 isDefault(): 46 isDefault(): 53 isDefault():
|
H A D | ReflectionProperty_basic2.phpt | 2 Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDo… 12 echo "isDefault():\n"; 13 var_dump($propInfo->isDefault()); 43 isDefault(): 59 isDefault(): 75 isDefault(): 93 isDefault():
|
H A D | bug46064.phpt | 16 var_dump($h->isDefault()); 43 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
|
H A D | bug46064_2.phpt | 33 … var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
|
/PHP-8.2/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 134 public bool $isDefault; variable in XMLReader
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.stub.php | 519 public function isDefault(): bool {} function in ReflectionProperty
|
H A D | php_reflection_arginfo.h | 740 ZEND_METHOD(ReflectionProperty, isDefault); 1020 ZEND_ME(ReflectionProperty, isDefault, arginfo_class_ReflectionProperty_isDefault, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 5630 ZEND_METHOD(ReflectionProperty, isDefault) in ZEND_METHOD() argument
|
Completed in 35 milliseconds