Searched refs:ZendTestForbidDynamicCall (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/zend_test/tests/ |
H A D | zend_forbid_dynamic_call.phpt | 8 $object = new ZendTestForbidDynamicCall(); 10 ZendTestForbidDynamicCall::callStatic(); 20 $callStatic = [ZendTestForbidDynamicCall::class, 'callStatic']; 28 Cannot call ZendTestForbidDynamicCall::call() dynamically 29 Cannot call ZendTestForbidDynamicCall::callStatic() dynamically
|
/php-src/ext/zend_test/ |
H A D | test.stub.php | 174 final class ZendTestForbidDynamicCall { class
|
H A D | test_arginfo.h | 327 static ZEND_METHOD(ZendTestForbidDynamicCall, call); 328 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic); 516 …ZEND_ME(ZendTestForbidDynamicCall, call, arginfo_class_ZendTestForbidDynamicCall_call, ZEND_ACC_PU… 517 …ZEND_ME(ZendTestForbidDynamicCall, callStatic, arginfo_class_ZendTestForbidDynamicCall_callStatic,…
|
H A D | test.c | 1067 static ZEND_METHOD(ZendTestForbidDynamicCall, call) in ZEND_METHOD() argument 1074 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic) in ZEND_METHOD() argument
|
Completed in 18 milliseconds