<?php $msg = 'This is the test message for echo'; @err(); echo $msg; // This line does not appear... function err() { trigger_error('Error message', E_USER_ERROR); // Script stopped after this line... }
You have javascript disabled. You will not be able to edit any code.