Home
last modified time | relevance | path

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

/PHP-8.2/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(), getModifiers(), getDeclaringClass() and getDo…
12 echo "isDefault():\n";
13 var_dump($propInfo->isDefault());
43 isDefault():
59 isDefault():
75 isDefault():
93 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-8.2/ext/xmlreader/
H A Dphp_xmlreader.stub.php134 public bool $isDefault; variable in XMLReader
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php519 public function isDefault(): bool {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h740 ZEND_METHOD(ReflectionProperty, isDefault);
1020 ZEND_ME(ReflectionProperty, isDefault, arginfo_class_ReflectionProperty_isDefault, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c5607 ZEND_METHOD(ReflectionProperty, isDefault) in ZEND_METHOD() argument

Completed in 48 milliseconds