mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
fix dir separator
This commit is contained in:
parent
a502639412
commit
bf84517b64
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue