Searched refs:isProtected (Results 1 – 12 of 12) sorted by relevance
/PHP-8.4/ext/reflection/tests/ |
H A D | ReflectionMethod_basic1.phpt | 93 isProtected(): 122 isProtected(): 151 isProtected(): 180 isProtected(): 209 isProtected(): 238 isProtected(): 267 isProtected(): 296 isProtected(): 325 isProtected(): 354 isProtected(): [all …]
|
H A D | ReflectionProperty_basic1.phpt | 2 …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 D | ReflectionClassConstant_basic1.phpt | 2 … 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 D | bug40431.phpt | 17 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 D | bug36337.phpt | 11 var_dump($property->isProtected());
|
H A D | bug46064_2.phpt | 33 … var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
|
/PHP-8.4/ext/pdo_sqlite/tests/ |
H A D | bug_47769.phpt | 10 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-8.4/Zend/tests/traits/ |
H A D | gh12854.phpt | 36 var_dump($rm->isProtected());
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.stub.php | 200 public function isProtected(): bool {} function in ReflectionMethod 517 public function isProtected(): bool {} function in ReflectionProperty 613 public function isProtected(): bool {} function in ReflectionClassConstant
|
H A D | php_reflection_arginfo.h | 767 ZEND_METHOD(ReflectionMethod, isProtected); 856 ZEND_METHOD(ReflectionProperty, isProtected); 887 ZEND_METHOD(ReflectionClassConstant, isProtected); 1050 ZEND_ME(ReflectionMethod, isProtected, arginfo_class_ReflectionMethod_isProtected, ZEND_ACC_PUBLIC) 1154 …ZEND_ME(ReflectionProperty, isProtected, arginfo_class_ReflectionProperty_isProtected, ZEND_ACC_PU… 1190 …ZEND_ME(ReflectionClassConstant, isProtected, arginfo_class_ReflectionClassConstant_isProtected, Z…
|
H A D | php_reflection.c | 3558 ZEND_METHOD(ReflectionMethod, isProtected) in ZEND_METHOD() argument 3997 ZEND_METHOD(ReflectionClassConstant, isProtected) in ZEND_METHOD() argument 5920 ZEND_METHOD(ReflectionProperty, isProtected) in ZEND_METHOD() argument
|
/PHP-8.4/ext/soap/tests/bugs/ |
H A D | bug28985.phpt | 136 boolean isProtected;
|
Completed in 50 milliseconds