You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php_warning_impl(false, std::to_underlying(LogLevel::Error), message, args); // TODO: fix error code and think about internal / user errors separation in K2
69
+
va_end(args);
70
+
}
71
+
65
72
voidphp_assert__(constchar* msg, constchar* file, int line) {
66
73
php_error("Assertion \"%s\" failed in file %s on line %d", msg, file, line);
0 commit comments