Home
last modified time | relevance | path

Searched refs:_ZendTestMagicCall (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/zend_test/tests/
H A Dzend_object_init_with_constructor_classes_without_constructor.phpt27 $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) {
H A Dinternal_magic_call.phpt7 $obj = new _ZendTestMagicCall;
/php-src/ext/zend_test/
H A Dtest.stub.php73 class _ZendTestMagicCall class
H A Dtest_arginfo.h313 static ZEND_METHOD(_ZendTestMagicCall, __call);
466 ZEND_ME(_ZendTestMagicCall, __call, arginfo_class__ZendTestMagicCall___call, ZEND_ACC_PUBLIC)
H A Dtest.c1076 static ZEND_METHOD(_ZendTestMagicCall, __call) in ZEND_METHOD() argument

Completed in 20 milliseconds