Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A DReflectionMethod_basic1.phpt93 isProtected():
122 isProtected():
151 isProtected():
180 isProtected():
209 isProtected():
238 isProtected():
267 isProtected():
296 isProtected():
325 isProtected():
354 isProtected():
[all …]
H A DReflectionProperty_basic1.phpt2 …tionProperty methods __toString(), getName(), isPublic(), isPrivate(), isProtected(), isStatic(), …
18 echo "isProtected():\n";
19 var_dump($propInfo->isProtected());
59 isProtected():
81 isProtected():
103 isProtected():
121 isProtected():
H A DReflectionClassConstant_basic1.phpt2 … methods __toString(), getName(), getValue(), isPublic(), isPrivate(), isProtected(), getModifiers…
21 echo "isProtected():\n";
22 var_dump($constInfo->isProtected());
71 isProtected():
104 isProtected():
136 isProtected():
168 isProtected():
200 isProtected():
H A Dbug40431.phpt17 var_dump($props[0]->isProtected());
38 var_dump($props[0]->isProtected());
56 var_dump($props[0]->isProtected());
78 var_dump($props[0]->isProtected());
H A Dbug36337.phpt11 var_dump($property->isProtected());
H A Dbug46064_2.phpt33 … var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
/php-src/ext/pdo_sqlite/tests/
H A Dbug_47769.phpt10 protected function isProtected() {
18 $this->isProtected();
28 $test->isProtected();
36 Fatal error: Uncaught Error: Call to protected method TestClass::isProtected() from global scope in…
/php-src/Zend/tests/traits/
H A Dgh12854.phpt36 var_dump($rm->isProtected());
/php-src/ext/reflection/
H A Dphp_reflection.stub.php200 public function isProtected(): bool {} function in ReflectionMethod
513 public function isProtected(): bool {} function in ReflectionProperty
609 public function isProtected(): bool {} function in ReflectionClassConstant
H A Dphp_reflection_arginfo.h761 ZEND_METHOD(ReflectionMethod, isProtected);
849 ZEND_METHOD(ReflectionProperty, isProtected);
880 ZEND_METHOD(ReflectionClassConstant, isProtected);
1043 ZEND_ME(ReflectionMethod, isProtected, arginfo_class_ReflectionMethod_isProtected, ZEND_ACC_PUBLIC)
1146 …ZEND_ME(ReflectionProperty, isProtected, arginfo_class_ReflectionProperty_isProtected, ZEND_ACC_PU…
1182 …ZEND_ME(ReflectionClassConstant, isProtected, arginfo_class_ReflectionClassConstant_isProtected, Z…
H A Dphp_reflection.c3541 ZEND_METHOD(ReflectionMethod, isProtected) in ZEND_METHOD() argument
3980 ZEND_METHOD(ReflectionClassConstant, isProtected) in ZEND_METHOD() argument
5894 ZEND_METHOD(ReflectionProperty, isProtected) in ZEND_METHOD() argument
/php-src/ext/soap/tests/bugs/
H A Dbug28985.phpt136 boolean isProtected;

Completed in 135 milliseconds