Home
last modified time | relevance | path

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

/php-src/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-src/ext/zend_test/
H A Dtest.stub.php171 public static function callStatic(): void {} function in ZendTestForbidDynamicCall
H A Dtest_arginfo.h320 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic);
503 …ZEND_ME(ZendTestForbidDynamicCall, callStatic, arginfo_class_ZendTestForbidDynamicCall_callStatic,…
H A Dtest.c1069 static ZEND_METHOD(ZendTestForbidDynamicCall, callStatic) in ZEND_METHOD() argument

Completed in 17 milliseconds