Testing the error handler by trying to output variable that does not exist:
< ?php |
The output of the code above should be something like this:
Error: [8] Undefined variable: test |
Testing the error handler by trying to output variable that does not exist:
< ?php |
The output of the code above should be something like this:
Error: [8] Undefined variable: test |