Searched refs:isPrivate (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionMethod_basic1.phpt | 90 isPrivate(): 119 isPrivate(): 148 isPrivate(): 177 isPrivate(): 206 isPrivate(): 235 isPrivate(): 264 isPrivate(): 293 isPrivate(): 322 isPrivate(): 351 isPrivate(): [all …]
|
H A D | ReflectionProperty_basic1.phpt | 2 Test usage of ReflectionProperty methods __toString(), getName(), isPublic(), isPrivate(), isProtec… 16 echo "isPrivate():\n"; 17 var_dump($propInfo->isPrivate()); 57 isPrivate(): 79 isPrivate(): 101 isPrivate(): 119 isPrivate():
|
H A D | ReflectionClassConstant_basic1.phpt | 2 …nClassConstant methods __toString(), getName(), getValue(), isPublic(), isPrivate(), isProtected()… 19 echo "isPrivate():\n"; 20 var_dump($constInfo->isPrivate()); 64 isPrivate(): 93 isPrivate(): 122 isPrivate(): 151 isPrivate(): 180 isPrivate():
|
H A D | bug40431.phpt | 15 var_dump($props[0]->isPrivate()); 36 var_dump($props[0]->isPrivate()); 54 var_dump($props[0]->isPrivate()); 76 var_dump($props[0]->isPrivate());
|
H A D | bug46064_2.phpt | 33 … var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
|
/PHP-8.2/ext/pdo_sqlite/tests/ |
H A D | bug_47769.phpt | 13 private function isPrivate() { 19 $this->isPrivate();
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.stub.php | 214 public function isPrivate(): bool {} function in ReflectionMethod 508 public function isPrivate(): bool {} function in ReflectionProperty 593 public function isPrivate(): bool {} function in ReflectionClassConstant
|
H A D | php_reflection_arginfo.h | 660 ZEND_METHOD(ReflectionMethod, isPrivate); 736 ZEND_METHOD(ReflectionProperty, isPrivate); 756 ZEND_METHOD(ReflectionClassConstant, isPrivate); 922 ZEND_ME(ReflectionMethod, isPrivate, arginfo_class_ReflectionMethod_isPrivate, ZEND_ACC_PUBLIC) 1016 ZEND_ME(ReflectionProperty, isPrivate, arginfo_class_ReflectionProperty_isPrivate, ZEND_ACC_PUBLIC) 1042 …ZEND_ME(ReflectionClassConstant, isPrivate, arginfo_class_ReflectionClassConstant_isPrivate, ZEND_…
|
H A D | php_reflection.c | 3506 ZEND_METHOD(ReflectionMethod, isPrivate) in ZEND_METHOD() argument 3901 ZEND_METHOD(ReflectionClassConstant, isPrivate) in ZEND_METHOD() argument 5604 ZEND_METHOD(ReflectionProperty, isPrivate) in ZEND_METHOD() argument
|
Completed in 47 milliseconds