Home
last modified time | relevance | path

Searched refs:isProtected (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt48 isProtected: no
64 isProtected: no
80 isProtected: no
96 isProtected: no
119 isProtected: no
135 isProtected: no
158 isProtected: no
174 isProtected: no
190 isProtected: no
213 isProtected: no
[all …]
H A Dmysqli_class_mysqli_reflection.phpt45 isProtected: no
103 isProtected: no
126 isProtected: no
156 isProtected: no
193 isProtected: no
209 isProtected: no
225 isProtected: no
255 isProtected: no
313 isProtected: no
336 isProtected: no
[all …]
H A Dmysqli_class_mysqli_driver_reflection.phpt42 isProtected: no
50 isProtected: no
58 isProtected: no
66 isProtected: no
74 isProtected: no
82 isProtected: no
H A Dmysqli_class_mysqli_warning_reflection.phpt47 isProtected: yes
63 isProtected: yes
79 isProtected: no
93 isProtected: no
101 isProtected: no
109 isProtected: no
H A Dreflection_tools.inc66 printf("isProtected: %s\n", ($prop->isProtected()) ? 'yes' : 'no');
81 printf("isProtected: %s\n", ($method->isProtected()) ? 'yes' : 'no');
/PHP-5.5/ext/pdo/tests/
H A Dbug47769.phpt13 protected function isProtected() {
21 $this->isProtected();
29 $test->isProtected();
37 Fatal error: Call to protected method test::isProtected() from context '' in %s on line %d
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_basic1.phpt19 var_dump($methodInfo->isProtected());
81 isProtected():
110 isProtected():
139 isProtected():
168 isProtected():
197 isProtected():
226 isProtected():
255 isProtected():
284 isProtected():
H A DReflectionProperty_basic1.phpt2 …ty methods __toString(), export(), getName(), isPublic(), isPrivate(), isProtected(), isStatic(), …
22 echo "isProtected():\n";
23 var_dump($propInfo->isProtected());
70 isProtected():
99 isProtected():
128 isProtected():
153 isProtected():
H A Dbug40431.phpt17 var_dump($props[0]->isProtected());
37 var_dump($props[0]->isProtected());
54 var_dump($props[0]->isProtected());
75 var_dump($props[0]->isProtected());
H A Dbug36337.phpt11 var_dump($property->isProtected());
H A DReflectionProperty_error.phpt16 var_dump($rp->isProtected(1));
54 Warning: ReflectionProperty::isProtected() expects exactly 0 parameters, 1 given in %s on line %d
H A DReflectionMethod_006.phpt21 var_dump($rm->isProtected(1));
63 Warning: ReflectionMethod::isProtected() 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/soap/tests/bugs/
H A Dbug28985.phpt136 boolean isProtected;
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3068 ZEND_METHOD(reflection_method, isProtected) in ZEND_METHOD() argument
4931 ZEND_METHOD(reflection_property, isProtected) in ZEND_METHOD() argument
5789 ZEND_ME(reflection_method, isProtected, arginfo_reflection__void, 0)
5985 ZEND_ME(reflection_property, isProtected, arginfo_reflection__void, 0)

Completed in 34 milliseconds