Home
last modified time | relevance | path

Searched refs:ZendTestForbidDynamicCall (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/zend_test/tests/
H A Dzend_forbid_dynamic_call.phpt8 $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 Dtest.stub.php96 final class ZendTestForbidDynamicCall { class
H A Dtest_arginfo.h255 static ZEND_METHOD(ZendTestForbidDynamicCall, call);
256 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic);
378 …ZEND_ME(ZendTestForbidDynamicCall, call, arginfo_class_ZendTestForbidDynamicCall_call, ZEND_ACC_PU…
379 …ZEND_ME(ZendTestForbidDynamicCall, callStatic, arginfo_class_ZendTestForbidDynamicCall_callStatic,…
H A Dtest.c850 static ZEND_METHOD(ZendTestForbidDynamicCall, call) in ZEND_METHOD() argument
857 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic) in ZEND_METHOD() argument

Completed in 13 milliseconds