Searched refs:ZendTestForbidDynamicCall (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/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-8.2/ext/zend_test/ |
H A D | test.stub.php | 101 final class ZendTestForbidDynamicCall { class
|
H A D | test_arginfo.h | 263 static ZEND_METHOD(ZendTestForbidDynamicCall, call); 264 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic); 393 …ZEND_ME(ZendTestForbidDynamicCall, call, arginfo_class_ZendTestForbidDynamicCall_call, ZEND_ACC_PU… 394 …ZEND_ME(ZendTestForbidDynamicCall, callStatic, arginfo_class_ZendTestForbidDynamicCall_callStatic,…
|
H A D | test.c | 861 static ZEND_METHOD(ZendTestForbidDynamicCall, call) in ZEND_METHOD() argument 868 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic) in ZEND_METHOD() argument
|
Completed in 12 milliseconds