Home
last modified time | relevance | path

Searched refs:isDefault (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionParameter_isDefault.phpt2 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 DReflectionProperty_isDefault_basic.phpt2 Test ReflectionProperty::isDefault() usage.
10 echo "isDefault():\n";
11 var_dump($propInfo->isDefault());
32 isDefault():
39 isDefault():
46 isDefault():
53 isDefault():
H A DReflectionProperty_basic2.phpt2 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 Dbug46064.phpt16 var_dump($h->isDefault());
43 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
H A Dbug46064_2.phpt33 … var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
/php-src/ext/xmlreader/tests/
H A Dvar_dump.phpt24 ["isDefault"]=>
H A DfromString_custom_constructor.phpt40 ["isDefault"]=>
H A DfromStream_custom_constructor.phpt46 ["isDefault"]=>
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php118 public bool $isDefault; variable in XMLReader
/php-src/ext/reflection/
H A Dphp_reflection.stub.php525 public function isDefault(): bool {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h854 ZEND_METHOD(ReflectionProperty, isDefault);
1151 ZEND_ME(ReflectionProperty, isDefault, arginfo_class_ReflectionProperty_isDefault, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c5946 ZEND_METHOD(ReflectionProperty, isDefault) in ZEND_METHOD() argument

Completed in 42 milliseconds