Home
last modified time | relevance | path

Searched refs:__call (Results 76 – 79 of 79) sorted by relevance

1234

/PHP-5.5/Zend/
H A Dzend_API.h191 class_container.__call = handle_fcall; \
H A Dzend_compile.c1654 CG(active_class_entry)->__call = (zend_function *) CG(active_op_array); in zend_do_begin_function_declaration()
3028 if (!ce->__call) { in do_inherit_parent_constructor()
3029 ce->__call = ce->parent->__call; in do_inherit_parent_constructor()
3856 ce->__call = fe; in zend_add_magic_methods()
6861 ce->__call = NULL; in zend_initialize_class_data()
/PHP-5.5/
H A DNEWS459 __call/... arg passing). (Nikita)
604 . Fixed bug #69085 (SoapClient's __call() type confusion through
5142 - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include
5310 - Fixed bug #50394 (Reference argument converted to value in __call). (Stas)
6416 - Fixed bug #47801 (__call() accessed via parent:: operator is provided
6837 - Fixed bug #44425 (Extending PDO/MySQL class with a __call() function doesn't
7564 - Fixed iterator_apply() with a callback using __call(). (Johannes)
9358 - Fixed bug #34678 (__call(), is_callable() and static methods). (Dmitry)
9630 - Fixed bug #32429 (method_exists() always return TRUE if __call method
9697 __call if object is overloaded). (Dmitry)
[all …]
/PHP-5.5/ext/soap/
H A Dsoap.c219 PHP_METHOD(SoapClient, __call);
419 PHP_ME(SoapClient, __call, arginfo_soapclient___call, 0)
2855 PHP_METHOD(SoapClient, __call) argument

Completed in 62 milliseconds

1234