fix HHVM lowercase issue

Fatal error: Uncaught Error: Keyword __HALT_COMPILER must be written in lowercase
This commit is contained in:
Till Krüss
2020-08-10 13:02:49 -07:00
parent fc8f9f5604
commit 292604edbf
+1 -1
View File
@@ -59,7 +59,7 @@ spl_autoload_register(function (\$class) {
}
}
});
__HALT_COMPILER();
__halt_compiler();
EOSTUB;
}