- Fixed tests (thanks Timm)

This commit is contained in:
Felipe Pena 2008-11-10 15:07:26 +00:00
parent dc07057b06
commit 4680f6ab3d
2 changed files with 3 additions and 3 deletions

View file

@ -18,4 +18,4 @@ new bar(new stdclass);
--EXPECTF--
NULL
Catchable fatal error: Argument 1 passed to foo::bar::__construct() must be an array, object given, called in %s on line %d and defined in %s on line %d
Catchable fatal error: Argument 1 passed to foo\bar::__construct() must be an array, object given, called in %s on line %d and defined in %s on line %d

View file

@ -26,8 +26,8 @@ new bar(new stdclass);
?>
--EXPECTF--
object(foo::test)#%d (0) {
object(foo\test)#%d (0) {
}
NULL
Catchable fatal error: Argument 1 passed to foo::bar::__construct() must implement interface foo::foo, instance of stdClass given, called in %s on line %d and defined in %s on line %d
Catchable fatal error: Argument 1 passed to foo\bar::__construct() must implement interface foo\foo, instance of stdClass given, called in %s on line %d and defined in %s on line %d