Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt43 isProtected: no
59 isProtected: no
75 isProtected: no
91 isProtected: no
114 isProtected: no
137 isProtected: no
160 isProtected: no
176 isProtected: no
192 isProtected: no
215 isProtected: no
[all …]
H A Dmysqli_class_mysqli_reflection.phpt43 isProtected: no
101 isProtected: no
159 isProtected: no
182 isProtected: no
212 isProtected: no
249 isProtected: no
265 isProtected: no
281 isProtected: no
311 isProtected: no
369 isProtected: no
[all …]
H A Dmysqli_class_mysqli_driver_reflection.phpt40 isProtected: no
48 isProtected: no
56 isProtected: no
64 isProtected: no
72 isProtected: no
80 isProtected: no
H A Dmysqli_class_mysqli_warning_reflection.phpt42 isProtected: yes
58 isProtected: yes
74 isProtected: no
88 isProtected: no
96 isProtected: no
104 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-7.4/ext/pdo/tests/
H A Dbug_47769.phpt13 protected function isProtected() {
21 $this->isProtected();
29 $test->isProtected();
37 Fatal error: Uncaught Error: Call to protected method test::isProtected() from context '' in %s:%d
/PHP-7.4/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());
74 isProtected():
107 isProtected():
140 isProtected():
169 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 DReflectionClassConstant_basic1.phpt2 …_toString(), export(), getName(), getValue(), isPublic(), isPrivate(), isProtected(), getModifiers…
25 echo "isProtected():\n";
26 var_dump($constInfo->isProtected());
77 isProtected():
115 isProtected():
153 isProtected():
191 isProtected():
H A Dbug36337.phpt11 var_dump($property->isProtected());
H A DReflectionProperty_error.phpt31 var_dump($rp->isProtected(1));
49 Warning: ReflectionProperty::isProtected() expects exactly 0 parameters, 1 given in %s on line %d
H A DReflectionMethod_006.phpt29 var_dump($rm->isProtected(1));
58 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-7.4/ext/soap/tests/bugs/
H A Dbug28985.phpt136 boolean isProtected;
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3242 ZEND_METHOD(reflection_method, isProtected) in ZEND_METHOD() argument
3607 ZEND_METHOD(reflection_class_constant, isProtected) in ZEND_METHOD() argument
5424 ZEND_METHOD(reflection_property, isProtected) in ZEND_METHOD() argument
6451 ZEND_ME(reflection_method, isProtected, arginfo_reflection__void, 0)
6656 ZEND_ME(reflection_property, isProtected, arginfo_reflection__void, 0)
6688 ZEND_ME(reflection_class_constant, isProtected, arginfo_reflection__void, 0)

Completed in 33 milliseconds