Home
last modified time | relevance | path

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

/PHP-8.3/ext/zend_test/tests/
H A Dzend_forbid_dynamic_call.phpt10 ZendTestForbidDynamicCall::callStatic();
20 $callStatic = [ZendTestForbidDynamicCall::class, 'callStatic'];
21 $callStatic();
29 Cannot call ZendTestForbidDynamicCall::callStatic() dynamically
/PHP-8.3/ext/zend_test/
H A Dtest.stub.php141 public static function callStatic(): void {} function in ZendTestForbidDynamicCall
H A Dtest_arginfo.h308 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic);
460 …ZEND_ME(ZendTestForbidDynamicCall, callStatic, arginfo_class_ZendTestForbidDynamicCall_callStatic,…
H A Dtest.c1017 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic) in ZEND_METHOD() argument

Completed in 23 milliseconds