diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-07-28 04:53:40 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-07-28 04:53:40 +0100 |
commit | f1e445bdef64ceba047d07b05d1b78137ddc2a7a (patch) | |
tree | 7c772b1cdbfc5736180e3f36b1c3d892749cdf3d /test/php/error_log/index.php | |
parent | 355ed9697d10f163f4b96bc459f9c402aefa5d55 (diff) | |
download | unit-f1e445bdef64ceba047d07b05d1b78137ddc2a7a.tar.gz unit-f1e445bdef64ceba047d07b05d1b78137ddc2a7a.tar.bz2 |
Tests: added PHP test with time check in error log messages.
Diffstat (limited to '')
-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"); +?> |