Skip to content

Commit db8d8e2

Browse files
committed
fix hardcoded path
1 parent 2daa357 commit db8d8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/return_hint/009.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ $qux = new qux();
1717
var_dump($qux->foo());
1818
?>
1919
--EXPECTF--
20-
Fatal error: Delcaration of qux::foo should be compatible with bar::foo() : foo, return type mismatch in /usr/src/php-src/Zend/tests/return_hint/009.php on line 7
20+
Fatal error: Delcaration of qux::foo should be compatible with bar::foo() : foo, return type mismatch in %s on line %d
2121

2222

0 commit comments

Comments
 (0)