Skip to content

Commit bf84517

Browse files
committed
fix dir separator
1 parent a502639 commit bf84517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/bug67436/bug67436_nohandler.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ $b = new b();
1919
$b->test();
2020

2121
--EXPECTF--
22-
Strict Standards: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT) in %s/bug67436/b.php on line %d
22+
Strict Standards: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT) in %s%ebug67436%eb.php on line %d
2323
b::test()
2424
a::test(c::TESTCONSTANT)

0 commit comments

Comments
 (0)