diff options
Diffstat (limited to 'test/php/error_log/index.php')
-rw-r--r-- | test/php/error_log/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/php/error_log/index.php b/test/php/error_log/index.php new file mode 100644 index 00000000..fd90adfe --- /dev/null +++ b/test/php/error_log/index.php @@ -0,0 +1,3 @@ +<?php +error_log("Error in application"); +?> |