Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/tests/
H A DReflectionParameter_isDefault.phpt2 ReflectionParameter::isDefault()
14 var_dump($prop1->isDefault());
16 var_dump($prop2->isDefault());
18 var_dump($ro->getProperty('defprop')->isDefault());
19 var_dump($ro->getProperty('myprop')->isDefault());
23 var_dump($prop1->isDefault());
24 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.phpt15 var_dump($h->isDefault());
41 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
H A Dbug46064_2.phpt31 … var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php407 public function isDefault() {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h617 ZEND_METHOD(ReflectionProperty, isDefault);
869 ZEND_ME(ReflectionProperty, isDefault, arginfo_class_ReflectionProperty_isDefault, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c5316 ZEND_METHOD(ReflectionProperty, isDefault) in ZEND_METHOD() argument

Completed in 28 milliseconds