Display the text box

trigger_error()

« token_name | trim »
<?php
$bool 
trigger_error (
    
// string $error_msg
    
?  // [int $error_type = E_USER_NOTICE]
);
?>
Result
$bool = true
PBX error : Cannot divide by zero
Examples
#1 trigger_error  ("Cannot divide by zero",
 
E_USER_ERROR)