summaryrefslogtreecommitdiffhomepage
path: root/test/php/error_log/index.php
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2020-07-28 04:53:40 +0100
committerAndrei Zeliankou <zelenkov@nginx.com>2020-07-28 04:53:40 +0100
commitf1e445bdef64ceba047d07b05d1b78137ddc2a7a (patch)
tree7c772b1cdbfc5736180e3f36b1c3d892749cdf3d /test/php/error_log/index.php
parent355ed9697d10f163f4b96bc459f9c402aefa5d55 (diff)
downloadunit-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.php3
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");
+?>