c_XhprofFrame *c_XhprofFrame::create(CVarRef v_name) { CountableHelper h(this); init(); t___construct(v_name); clearNoDestruct(); return this; }
c_Exception *c_Exception::create(CVarRef v_message // = NAMVAR(s_sys_svs00000000, "") , CVarRef v_code // = NAMVAR(s_sys_svif01bca90, 0LL) , CVarRef v_previous // = null_variant ) { CountableHelper h(this); init(); t___construct(v_message, v_code, v_previous); return this; }
c_SoapFault *c_SoapFault::create(CVarRef v_code, CVarRef v_message, CVarRef v_actor // = null_variant , CVarRef v_detail // = null_variant , CVarRef v_name // = null_variant , CVarRef v_header // = null_variant ) { CountableHelper h(this); init(); t___construct(v_code, v_message, v_actor, v_detail, v_name, v_header); return this; }
c_ErrorException *c_ErrorException::create(CVarRef v_message // = NAMVAR(s_sys_svs00000000, "") , CVarRef v_code // = NAMVAR(s_sys_svif01bca90, 0LL) , CVarRef v_severity // = NAMVAR(s_sys_svif01bca90, 0LL) , CVarRef v_filename // = null_variant , CVarRef v_lineno // = null_variant ) { CountableHelper h(this); init(); t___construct(v_message, v_code, v_severity, v_filename, v_lineno); return this; }
c_Directory *c_Directory::create(CVarRef v_path) { CountableHelper h(this); init(); t___construct(v_path); return this; }
void c_DateTime::t___wakeup() { t___construct(o_get(s__date_time)); unsetProp(getVMClass(), s__date_time.get()); }
c_DOMException *c_DOMException::create(CVarRef v_message, CVarRef v_code) { CountableHelper h(this); init(); t___construct(v_message, v_code); return this; }
c_PDOException *c_PDOException::create() { CountableHelper h(this); init(); t___construct(); return this; }