From: Xinchen Hui Date: Tue, 23 Oct 2012 08:35:56 +0000 (+0800) Subject: Test for #63336, xfail now X-Git-Tag: php-5.4.9RC1~20^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b8b26410797921eaa44583273db938a15b7e837;p=php Test for #63336, xfail now --- diff --git a/Zend/tests/bug63336.phpt b/Zend/tests/bug63336.phpt new file mode 100644 index 0000000000..314129081d --- /dev/null +++ b/Zend/tests/bug63336.phpt @@ -0,0 +1,24 @@ +--TEST-- +Bug #63336 (invalid E_NOTICE error occur) +--XFAIL-- +Bug is not fixed yet +--FILE-- + +--EXPECT-- +Strict Standards: Declaration of Child::foo() should be compatible with Base::foo($var = '123', $more = NULL) in %sbug63336.php on line %d + +Strict Standards: Declaration of Child::bar() should be compatible with Base::bar($var, $more = 'XXX') in %sbug63336.php on line %d