Home
last modified time | relevance | path

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

/PHP-7.4/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());
29 $propInfo->isDefault(1);
36 isDefault():
43 isDefault():
50 isDefault():
57 isDefault():
63 Warning: ReflectionProperty::isDefault() expects exactly 0 parameters, 1 given in %s on line %d
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 DReflectionProperty_error.phpt35 var_dump($rp->isDefault(1));
61 Warning: ReflectionProperty::isDefault() expects exactly 0 parameters, 1 given in %s on line %d
H A Dbug46064_2.phpt31 var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_reflection.phpt42 isDefault: yes
50 isDefault: yes
58 isDefault: yes
66 isDefault: yes
74 isDefault: yes
82 isDefault: yes
H A Dmysqli_class_mysqli_warning_reflection.phpt90 isDefault: yes
98 isDefault: yes
106 isDefault: yes
H A Dmysqli_class_mysqli_reflection.phpt1195 isDefault: yes
1203 isDefault: yes
1211 isDefault: yes
1219 isDefault: yes
1227 isDefault: yes
1235 isDefault: yes
1243 isDefault: yes
1251 isDefault: yes
1259 isDefault: yes
1267 isDefault: yes
[all …]
H A Dmysqli_class_mysqli_result_reflection.phpt332 isDefault: yes
340 isDefault: yes
348 isDefault: yes
356 isDefault: yes
364 isDefault: yes
H A Dreflection_tools.inc68 printf("isDefault: %s\n", ($prop->isDefault()) ? 'yes' : 'no');
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c5440 ZEND_METHOD(reflection_property, isDefault) in ZEND_METHOD() argument
6658 ZEND_ME(reflection_property, isDefault, arginfo_reflection__void, 0)

Completed in 43 milliseconds