Home
last modified time | relevance | path

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

/PHP-5.3/ext/reflection/tests/
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 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_basic2.phpt2 Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDo…
10 echo "isDefault():\n";
11 var_dump($propInfo->isDefault());
41 isDefault():
57 isDefault():
73 isDefault():
91 isDefault():
H A Dbug46064.phpt15 var_dump($h->isDefault());
41 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
H A DReflectionProperty_error.phpt20 var_dump($rp->isDefault(1));
66 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-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_reflection.phpt44 isDefault: yes
52 isDefault: yes
60 isDefault: yes
68 isDefault: yes
76 isDefault: yes
84 isDefault: yes
H A Dmysqli_class_mysqli_warning_reflection.phpt95 isDefault: yes
103 isDefault: yes
111 isDefault: yes
H A Dmysqli_class_mysqli_reflection.phpt1097 isDefault: yes
1105 isDefault: yes
1113 isDefault: yes
1121 isDefault: yes
1129 isDefault: yes
1137 isDefault: yes
1145 isDefault: yes
1153 isDefault: yes
1161 isDefault: yes
1169 isDefault: yes
[all …]
H A Dmysqli_class_mysqli_result_reflection.phpt316 isDefault: yes
324 isDefault: yes
332 isDefault: yes
340 isDefault: yes
348 isDefault: yes
H A Dreflection_tools.inc68 printf("isDefault: %s\n", ($prop->isDefault()) ? 'yes' : 'no');
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c4534 ZEND_METHOD(reflection_property, isDefault) in ZEND_METHOD() argument
5379 ZEND_ME(reflection_property, isDefault, arginfo_reflection__void, 0)
/PHP-5.3/
H A DNEWS1806 . Fixed ReflectionProperty::isDefault() giving a wrong result for properties

Completed in 43 milliseconds