Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
__halt_compiler
__halt_compiler
Interrupt the compiler execution
Name:
__halt_compiler
Category:
Miscellaneous
Programming Language:
php
One-line Description:
Stop compiler execution.
Related
The role of __halt_compiler in PHP: to avoid unrelated code being executed
5
The difference between __halt_compiler and exit() and usage scenarios
9
Similar Functions
ignore_user_abort
ignore_user_abort
Setwhethertheexecuti
sapi_windows_cp_conv
sapi_windows_cp_conv
Convertstringsfromon
highlight_file
highlight_file
Syntaxhighlightingaf
sapi_windows_vt100_support
sapi_windows_vt100_support
GetsorsetsVT100suppo
__halt_compiler
__halt_compiler
Interruptthecompiler
time_nanosleep
time_nanosleep
Delayexecutionforsev
hrtime
hrtime
Obtainthesystem'
uniqid
uniqid
GenerateauniqueID
Popular Articles
The role of __halt_compiler in PHP: to avoid unrelated code being executed
The difference between __halt_compiler and exit() and usage scenarios