summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-11-25 18:16:26 +0100
committerAnatol Belski <ab@php.net>2014-11-25 18:16:26 +0100
commit4576b4d58a8fcc1fce5b69e948ab782696e78aaa (patch)
tree3cdae6fff6c7ddca2668e3668668fcaab6bd9485
parent2c8aee0bb8a9e689700400f25b4588821778fcf0 (diff)
downloadphp-git-4576b4d58a8fcc1fce5b69e948ab782696e78aaa.tar.gz
fix dir separator in test
-rw-r--r--Zend/tests/bug67436/bug67436_nohandler.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug67436/bug67436_nohandler.phpt b/Zend/tests/bug67436/bug67436_nohandler.phpt
index 464f711532..f1760c6462 100644
--- a/Zend/tests/bug67436/bug67436_nohandler.phpt
+++ b/Zend/tests/bug67436/bug67436_nohandler.phpt
@@ -19,6 +19,6 @@ $b = new b();
$b->test();
--EXPECTF--
-Strict Standards: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT) in %s/bug67436/b.php on line %d
+Strict Standards: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT) in %s%ebug67436%eb.php on line %d
b::test()
a::test(c::TESTCONSTANT)