Home
last modified time | relevance | path

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

/php-src/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-src/ext/zend_test/
H A Dtest.stub.php169 final class ZendTestForbidDynamicCall { class
H A Dtest_arginfo.h323 static ZEND_METHOD(ZendTestForbidDynamicCall, call);
324 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic);
524 …ZEND_ME(ZendTestForbidDynamicCall, call, arginfo_class_ZendTestForbidDynamicCall_call, ZEND_ACC_PU…
525 …ZEND_ME(ZendTestForbidDynamicCall, callStatic, arginfo_class_ZendTestForbidDynamicCall_callStatic,…
H A Dtest.c1062 static ZEND_METHOD(ZendTestForbidDynamicCall, call) in ZEND_METHOD() argument
1069 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic) in ZEND_METHOD() argument

Completed in 19 milliseconds