Searched refs:isProtected (Results 1 – 16 of 16) sorted by relevance
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_result_reflection.phpt | 48 isProtected: no 64 isProtected: no 80 isProtected: no 96 isProtected: no 119 isProtected: no 142 isProtected: no 165 isProtected: no 181 isProtected: no 197 isProtected: no 220 isProtected: no [all …]
|
H A D | mysqli_class_mysqli_reflection.phpt | 45 isProtected: no 103 isProtected: no 161 isProtected: no 184 isProtected: no 214 isProtected: no 251 isProtected: no 267 isProtected: no 283 isProtected: no 313 isProtected: no 371 isProtected: no [all …]
|
H A D | mysqli_class_mysqli_driver_reflection.phpt | 42 isProtected: no 50 isProtected: no 58 isProtected: no 66 isProtected: no 74 isProtected: no 82 isProtected: no
|
H A D | mysqli_class_mysqli_warning_reflection.phpt | 47 isProtected: yes 63 isProtected: yes 79 isProtected: no 93 isProtected: no 101 isProtected: no 109 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.2/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.2/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()); 70 isProtected(): 99 isProtected(): 128 isProtected(): 153 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()); 73 isProtected(): 107 isProtected(): 141 isProtected(): 175 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 | 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 | bug36337.phpt | 11 var_dump($property->isProtected());
|
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.2/ext/soap/tests/bugs/ |
H A D | bug28985.phpt | 136 boolean isProtected;
|
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.c | 3305 ZEND_METHOD(reflection_method, isProtected) in ZEND_METHOD() argument 3676 ZEND_METHOD(reflection_class_constant, isProtected) in ZEND_METHOD() argument 5471 ZEND_METHOD(reflection_property, isProtected) in ZEND_METHOD() argument 6365 ZEND_ME(reflection_method, isProtected, arginfo_reflection__void, 0) 6565 ZEND_ME(reflection_property, isProtected, arginfo_reflection__void, 0) 6595 ZEND_ME(reflection_class_constant, isProtected, arginfo_reflection__void, 0)
|
Completed in 46 milliseconds