Searched refs:isDefault (Results 1 – 12 of 12) sorted by relevance
/php-src/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(), isDynamic(), getModifiers(), getDeclaringClas… 13 echo "isDefault():\n"; 14 var_dump($propInfo->isDefault()); 51 isDefault(): 69 isDefault(): 87 isDefault(): 107 isDefault(): 125 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-src/ext/xmlreader/tests/ |
H A D | var_dump.phpt | 24 ["isDefault"]=>
|
H A D | fromString_custom_constructor.phpt | 40 ["isDefault"]=>
|
H A D | fromStream_custom_constructor.phpt | 46 ["isDefault"]=>
|
/php-src/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 118 public bool $isDefault; variable in XMLReader
|
/php-src/ext/reflection/ |
H A D | php_reflection.stub.php | 523 public function isDefault(): bool {} function in ReflectionProperty
|
H A D | php_reflection_arginfo.h | 869 ZEND_METHOD(ReflectionProperty, isDefault); 1170 ZEND_ME(ReflectionProperty, isDefault, arginfo_class_ReflectionProperty_isDefault, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 5750 ZEND_METHOD(ReflectionProperty, isDefault) in ZEND_METHOD() argument
|
Completed in 68 milliseconds