Commit 976c5b19 authored by Ivan Enderlin's avatar Ivan Enderlin

Fix halt compiler macro.

`__halt_compiler` does not exist. This is `__HALT_COMPILER`.
parent c3fbad09
...@@ -52,5 +52,4 @@ if ('cli' === php_sapi_name() && basename(__FILE__) === basename($_SERVER['argv' ...@@ -52,5 +52,4 @@ if ('cli' === php_sapi_name() && basename(__FILE__) === basename($_SERVER['argv'
exit(0); exit(0);
} }
__halt_compiler(); __HALT_COMPILER();
?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment