]> granicus.if.org Git - php/commitdiff
fix dir separator in test
authorAnatol Belski <ab@php.net>
Tue, 25 Nov 2014 17:16:26 +0000 (18:16 +0100)
committerAnatol Belski <ab@php.net>
Tue, 25 Nov 2014 17:16:26 +0000 (18:16 +0100)
Zend/tests/bug67436/bug67436_nohandler.phpt

index 464f711532dfe37ad1a30c51b6a411222c5835ff..f1760c646290afc977391d6def4538b6e81c9e9d 100644 (file)
@@ -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)