Variant c_Exception::ifa_gettraceasstring(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa_gettraceasstring, coo_Exception); } c_Exception *self ATTRIBUTE_UNUSED (static_cast<c_Exception*>(mcp.obj)); if (UNLIKELY(count > 0)) return throw_toomany_arguments("Exception::getTraceAsString", 0, 1); return (self->t_gettraceasstring()); }
Variant c_Exception::ifa___init__(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa___init__, coo_Exception); } c_Exception *self ATTRIBUTE_UNUSED (static_cast<c_Exception*>(mcp.obj)); if (UNLIKELY(count > 0)) return throw_toomany_arguments("Exception::__init__", 0, 1); return (self->t___init__(), null); }
Variant NEVER_INLINE c_SplObjectStorage::ifa_key(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa_key, coo_SplObjectStorage); } c_SplObjectStorage *self ATTRIBUTE_UNUSED (static_cast<c_SplObjectStorage*>(mcp.obj)); if (UNLIKELY(count > 0)) return throw_toomany_arguments("SplObjectStorage::key", 0, 1); return (self->t_key()); }
Variant NEVER_INLINE c_DirectoryIterator::ifa_isdot(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa_isdot, coo_DirectoryIterator); } c_DirectoryIterator *self ATTRIBUTE_UNUSED (static_cast<c_DirectoryIterator*>(mcp.obj)); if (UNLIKELY(count > 0)) return throw_toomany_arguments("DirectoryIterator::isDot", 0, 1); return (self->t_isdot()); }
Variant NEVER_INLINE c_XhprofFrame::ifa___destruct(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa___destruct, coo_XhprofFrame); } c_XhprofFrame *self ATTRIBUTE_UNUSED (static_cast<c_XhprofFrame*>(mcp.obj)); if (UNLIKELY(count > 0)) return throw_toomany_arguments("XhprofFrame::__destruct", 0, 1); return (self->t___destruct()); }
Variant NEVER_INLINE c_SoapFault::ifa___tostring(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa___tostring, coo_SoapFault); } c_SoapFault *self ATTRIBUTE_UNUSED (static_cast<c_SoapFault*>(mcp.obj)); if (UNLIKELY(count > 0)) return throw_toomany_arguments("SoapFault::__toString", 0, 1); return (self->t___tostring()); }
Variant c_Directory::ifa___construct(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa___construct, coo_Directory); } c_Directory *self ATTRIBUTE_UNUSED (static_cast<c_Directory*>(mcp.obj)); if (UNLIKELY(count != 1)) return throw_wrong_arguments("Directory::__construct", count, 1, 1, 2); CVarRef arg0(a0); return (self->t___construct(arg0), null); }
Variant c_Directory::i_rewind(MethodCallPackage &mcp, CArrRef params) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::i_dummy(mcp, params, i_rewind, coo_Directory); } c_Directory *self ATTRIBUTE_UNUSED (static_cast<c_Directory*>(mcp.obj)); int count ATTRIBUTE_UNUSED = params.size(); if (UNLIKELY(count > 0)) return throw_toomany_arguments("Directory::rewind", 0, 1); return (self->t_rewind(), null); }
Variant NEVER_INLINE c_DirectoryIterator::ifa_seek(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa_seek, coo_DirectoryIterator); } c_DirectoryIterator *self ATTRIBUTE_UNUSED (static_cast<c_DirectoryIterator*>(mcp.obj)); if (UNLIKELY(count != 1)) return throw_wrong_arguments("DirectoryIterator::seek", count, 1, 1, 1); CVarRef arg0(a0); return (self->t_seek(arg0), null); }
Variant NEVER_INLINE c_SplObjectStorage::ifa_detach(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa_detach, coo_SplObjectStorage); } c_SplObjectStorage *self ATTRIBUTE_UNUSED (static_cast<c_SplObjectStorage*>(mcp.obj)); if (UNLIKELY(count != 1)) return throw_wrong_arguments("SplObjectStorage::detach", count, 1, 1, 1); CVarRef arg0(a0); return (self->t_detach(arg0), null); }
bool get_call_info_static_method(MethodCallPackage &mcp) { StringData *s ATTRIBUTE_UNUSED (mcp.rootCls); const ObjectStaticCallbacks *cwo = get_builtin_object_static_callbacks(s); if (LIKELY(cwo != 0)) { return ObjectStaticCallbacks::GetCallInfo(cwo,mcp,-1); } if (mcp.m_fatal) throw_missing_class(s->data()); return false; }
Variant c_Directory::i___construct(MethodCallPackage &mcp, CArrRef params) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::i_dummy(mcp, params, i___construct, coo_Directory); } c_Directory *self ATTRIBUTE_UNUSED (static_cast<c_Directory*>(mcp.obj)); int count ATTRIBUTE_UNUSED = params.size(); if (UNLIKELY(count != 1)) return throw_wrong_arguments("Directory::__construct", count, 1, 1, 2); { ArrayData *ad(params.get()); ssize_t pos = ad ? ad->iter_begin() : ArrayData::invalid_index; CVarRef arg0((ad->getValue(pos))); return (self->t___construct(arg0), null); } }
Variant c_Exception::ifa___construct(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa___construct, coo_Exception); } c_Exception *self ATTRIBUTE_UNUSED (static_cast<c_Exception*>(mcp.obj)); if (UNLIKELY(count > 3)) return throw_toomany_arguments("Exception::__construct", 3, 2); if (count <= 0) return (self->t___construct(), null); CVarRef arg0(a0); if (count <= 1) return (self->t___construct(arg0), null); CVarRef arg1(a1); if (count <= 2) return (self->t___construct(arg0, arg1), null); CVarRef arg2(a2); return (self->t___construct(arg0, arg1, arg2), null); }
Variant NEVER_INLINE c_SoapFault::ifa___construct(MethodCallPackage &mcp, int count, INVOKE_FEW_ARGS_IMPL_ARGS) { if (UNLIKELY(mcp.obj == 0)) { return ObjectData::ifa_dummy(mcp, count, INVOKE_FEW_ARGS_PASS_ARGS, ifa___construct, coo_SoapFault); } c_SoapFault *self ATTRIBUTE_UNUSED (static_cast<c_SoapFault*>(mcp.obj)); if (UNLIKELY(count < 2)) return throw_wrong_arguments("SoapFault::__construct", count, 2, 6, 2); CVarRef arg0(a0); CVarRef arg1(a1); if (count <= 2) return (self->t___construct(arg0, arg1), null); CVarRef arg2(a2); if (count <= 3) return (self->t___construct(arg0, arg1, arg2), null); CVarRef arg3(a3); if (count <= 4) return (self->t___construct(arg0, arg1, arg2, arg3), null); CVarRef arg4(a4); if (count <= 5) return (self->t___construct(arg0, arg1, arg2, arg3, arg4), null); CVarRef arg5(a5); return (self->t___construct(arg0, arg1, arg2, arg3, arg4, arg5), null); }
bool c_stdClass::os_get_call_info(MethodCallPackage &mcp, int64 hash) { CStrRef s ATTRIBUTE_UNUSED (*mcp.name); return c_ObjectData::os_get_call_info(mcp, hash); }