Exemplo n.º 1
0
c_XhprofFrame *c_XhprofFrame::create(CVarRef v_name) {
  CountableHelper h(this);
  init();
  t___construct(v_name);
  clearNoDestruct();
  return this;
}
Exemplo n.º 2
0
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;
}
Exemplo n.º 3
0
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;
}
Exemplo n.º 4
0
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;
}
Exemplo n.º 5
0
c_Directory *c_Directory::create(CVarRef v_path) {
  CountableHelper h(this);
  init();
  t___construct(v_path);
  return this;
}
Exemplo n.º 6
0
void c_DateTime::t___wakeup() {
  t___construct(o_get(s__date_time));
  unsetProp(getVMClass(), s__date_time.get());
}
Exemplo n.º 7
0
c_DOMException *c_DOMException::create(CVarRef v_message, CVarRef v_code) {
  CountableHelper h(this);
  init();
  t___construct(v_message, v_code);
  return this;
}
Exemplo n.º 8
0
c_PDOException *c_PDOException::create() {
  CountableHelper h(this);
  init();
  t___construct();
  return this;
}