summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-08-05 12:57:47 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-08-05 18:17:00 +0200
commit52047addc79b067d302c4fb23e235b0e530f9a70 (patch)
treecd1d2b62c7d0f08e655733aae00fbc80b4c548a1 /tests
parentaf64001dcb6a446247bab4750d8fdd98ad0732a4 (diff)
downloadphp-git-52047addc79b067d302c4fb23e235b0e530f9a70.tar.gz
Only force log startup errors if display_startup_errors disabled
Otherwise this results in duplicate errors. Closes GH-5941.
Diffstat (limited to 'tests')
-rw-r--r--tests/run-test/bug75042-3.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-test/bug75042-3.phpt b/tests/run-test/bug75042-3.phpt
index dc2f5a0f55..e3387aa034 100644
--- a/tests/run-test/bug75042-3.phpt
+++ b/tests/run-test/bug75042-3.phpt
@@ -9,4 +9,4 @@ nonexistentsharedmodule
--FILE--
<?php
--EXPECTF--
-PHP Warning: PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A
+Warning: PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A