Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt37 public function __call($a, $b) {}
113 Modifiers for method TestClass::__call():
181 Modifiers for method TestClass::__call():
/PHP-5.5/Zend/tests/
H A Dlsb_016.phpt23 public function __call($name, $args) {
H A Dmagic_methods_001.phpt12 public function __call($a, $b) {
H A Dbug34260.phpt7 function __call($Method,$Args)
H A Dbug31683.phpt20 function __call($test, $arg) {
H A Dbug38220.phpt25 function __call($method, $args) {
H A Dobject_handlers.phpt16 function __call($func, $args) {
/PHP-5.5/ext/phar/phar/
H A Ddirectorytreeiterator.inc48 function __call($func, $params)
/PHP-5.5/ext/spl/examples/
H A Ddirectorytreeiterator.inc48 function __call($func, $params)
H A Dsearchiterator.inc52 function __call($func, $params)
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug31755.phpt12 $response= $client->__call('function', array(), null, $header);
/PHP-5.5/ext/opcache/
H A Dzend_persist.c628 if (ce->__call) {
629 ce->__call = zend_shared_alloc_get_xlat_entry(ce->__call);
630 ce->__call->op_array.refcount++;
H A Dzend_accelerator_util_funcs.c722 zend_update_inherited_handler(__call);
/PHP-5.5/ext/spl/internal/
H A Dfilteriterator.inc121 function __call($func, $params)
H A Dappenditerator.inc116 function __call($func, $params)
H A Diteratoriterator.inc110 function __call($func, $params)
H A Dlimititerator.inc128 function __call($func, $params)
H A Drecursivetreeiterator.inc126 function __call($func, $params)
H A Dcachingiterator.inc122 function __call($func, $params)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt41 public function __call($method, $params) {
/PHP-5.5/ext/standard/tests/strings/
H A Dlcfirst.phpt62 public function __call($m, $v) {
/PHP-5.5/Zend/
H A Dzend_object_handlers.c899 …zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr… in zend_std_call_user_call()
1031 if (zobj->ce->__call) { in zend_std_get_method()
1049 if (zobj->ce->__call) { in zend_std_get_method()
1075 if (zobj->ce->__call) { in zend_std_get_method()
1186 if (ce->__call && in zend_std_get_static_method()
H A Dzend_API.c2035 …= NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callsta… in zend_register_functions() local
2165 __call = reg_function; in zend_register_functions()
2209 scope->__call = __call; in zend_register_functions()
2237 if (__call) { in zend_register_functions()
2238 if (__call->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2239 …zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __call->common.function_na… in zend_register_functions()
2241 __call->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2850 ((fcc->object_ptr && fcc->calling_scope->__call) || in zend_is_callable_check_func()
2869 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
H A Dzend.h500 union _zend_function *__call; member
H A DZEND_CHANGES740 by class methods __call(), __get() and __set().
781 __call() Example:
787 function __call($m, $a) {

Completed in 68 milliseconds

1234