Searched refs:_ZendTestMagicCall (Results 1 – 5 of 5) sorted by relevance
27 $o = new _ZendTestMagicCall();31 $o = zend_object_init_with_constructor("_ZendTestMagicCall");49 $o = new _ZendTestMagicCall('position_arg');57 $o = zend_object_init_with_constructor("_ZendTestMagicCall", 'position_arg');86 $o = new _ZendTestMagicCall(unknown_param: 'named_arg');94 $o = zend_object_init_with_constructor("_ZendTestMagicCall", unknown_param: 'named_arg');115 object(_ZendTestMagicCall)#1 (0) {118 object(_ZendTestMagicCall)#1 (0) {133 object(_ZendTestMagicCall)#1 (0) {136 object(_ZendTestMagicCall)#1 (0) {
7 $obj = new _ZendTestMagicCall;
73 class _ZendTestMagicCall class
316 static ZEND_METHOD(_ZendTestMagicCall, __call);465 ZEND_ME(_ZendTestMagicCall, __call, arginfo_class__ZendTestMagicCall___call, ZEND_ACC_PUBLIC)
1087 static ZEND_METHOD(_ZendTestMagicCall, __call) in ZEND_METHOD() argument
Completed in 16 milliseconds