diff options
| author | Anatol Belski <ab@php.net> | 2014-08-28 11:56:27 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-08-28 11:56:27 +0200 |
| commit | bf84517b6415bf6e41265d8a43550bdd0262231f (patch) | |
| tree | e4b80e2920a24db316b1f3fe5a9ef9eaf861f336 | |
| parent | a502639412ef4fbffe6fc4e3d3f378cdcb950c1a (diff) | |
| download | php-git-bf84517b6415bf6e41265d8a43550bdd0262231f.tar.gz | |
fix dir separator
| -rw-r--r-- | Zend/tests/bug67436/bug67436_nohandler.phpt | 2 |
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) |
