We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cc4e2 commit 8278ad8Copy full SHA for 8278ad8
1 file changed
runtime-light/stdlib/system/system-functions.h
@@ -105,6 +105,7 @@ inline kphp::coro::task<> f$die(mixed v = 0) noexcept {
105
template<typename F>
106
bool f$register_kphp_on_oom_callback(F&& /*callback*/) {
107
kphp::log::warning("called stub register_kphp_on_oom_callback");
108
+ return true;
109
}
110
111
0 commit comments