Home
last modified time | relevance | path

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

/PHP-5.5/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…
13 echo "isDefault():\n";
14 var_dump($propInfo->isDefault());
44 isDefault():
60 isDefault():
76 isDefault():
94 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.5/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.phpt1183 isDefault: yes
1191 isDefault: yes
1199 isDefault: yes
1207 isDefault: yes
1215 isDefault: yes
1223 isDefault: yes
1231 isDefault: yes
1239 isDefault: yes
1247 isDefault: yes
1255 isDefault: yes
[all …]
H A Dmysqli_class_mysqli_result_reflection.phpt330 isDefault: yes
338 isDefault: yes
346 isDefault: yes
354 isDefault: yes
362 isDefault: yes
H A Dreflection_tools.inc68 printf("isDefault: %s\n", ($prop->isDefault()) ? 'yes' : 'no');
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4947 ZEND_METHOD(reflection_property, isDefault) in ZEND_METHOD() argument
5987 ZEND_ME(reflection_property, isDefault, arginfo_reflection__void, 0)
/PHP-5.5/
H A DNEWS4856 . Fixed ReflectionProperty::isDefault() giving a wrong result for properties

Completed in 97 milliseconds