Searched refs:isProtected (Results 1 – 16 of 16) sorted by relevance
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_result_reflection.phpt | 43 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 D | mysqli_class_mysqli_reflection.phpt | 43 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 D | mysqli_class_mysqli_driver_reflection.phpt | 40 isProtected: no 48 isProtected: no 56 isProtected: no 64 isProtected: no 72 isProtected: no 80 isProtected: no
|
H A D | mysqli_class_mysqli_warning_reflection.phpt | 42 isProtected: yes 58 isProtected: yes 74 isProtected: no 88 isProtected: no 96 isProtected: no 104 isProtected: no
|
H A D | reflection_tools.inc | 66 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 D | bug_47769.phpt | 13 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 D | ReflectionMethod_basic1.phpt | 19 var_dump($methodInfo->isProtected()); 81 isProtected(): 110 isProtected(): 139 isProtected(): 168 isProtected(): 197 isProtected(): 226 isProtected(): 255 isProtected(): 284 isProtected():
|
H A D | ReflectionProperty_basic1.phpt | 2 …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 D | bug40431.phpt | 17 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 D | ReflectionClassConstant_basic1.phpt | 2 …_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 D | bug36337.phpt | 11 var_dump($property->isProtected());
|
H A D | ReflectionProperty_error.phpt | 31 var_dump($rp->isProtected(1)); 49 Warning: ReflectionProperty::isProtected() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | ReflectionMethod_006.phpt | 29 var_dump($rm->isProtected(1)); 58 Warning: ReflectionMethod::isProtected() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | bug46064_2.phpt | 31 var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
|
/PHP-7.4/ext/soap/tests/bugs/ |
H A D | bug28985.phpt | 136 boolean isProtected;
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 3242 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