zend_error_noreturn(E_ERROR, "Can not call constructor");
}
if (Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
- zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
+ zend_error(E_COMPILE_ERROR, "Cannot call private %v::__construct()", ce->name);
}
EX(fbc) = ce->constructor;
}
zend_error_noreturn(E_ERROR, "Can not call constructor");
}
if (Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
- zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
+ zend_error(E_COMPILE_ERROR, "Cannot call private %v::__construct()", ce->name);
}
EX(fbc) = ce->constructor;
}
zend_error_noreturn(E_ERROR, "Can not call constructor");
}
if (Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
- zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
+ zend_error(E_COMPILE_ERROR, "Cannot call private %v::__construct()", ce->name);
}
EX(fbc) = ce->constructor;
}
zend_error_noreturn(E_ERROR, "Can not call constructor");
}
if (Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
- zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
+ zend_error(E_COMPILE_ERROR, "Cannot call private %v::__construct()", ce->name);
}
EX(fbc) = ce->constructor;
}
zend_error_noreturn(E_ERROR, "Can not call constructor");
}
if (Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
- zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
+ zend_error(E_COMPILE_ERROR, "Cannot call private %v::__construct()", ce->name);
}
EX(fbc) = ce->constructor;
}
zend_error_noreturn(E_ERROR, "Can not call constructor");
}
if (Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
- zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
+ zend_error(E_COMPILE_ERROR, "Cannot call private %v::__construct()", ce->name);
}
EX(fbc) = ce->constructor;
}