---- EXPECTED OUTPUT 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 ---- ACTUAL OUTPUT Strict Standards: Declaration of Child::foo() should be compatible with Base::foo($var = TEST, $more = NULL) in /usr/local/src/phpinst-webmail-ubuntu/php-5.4.43/Zend/tests/bug63336.php on line 14 Strict Standards: Declaration of Child::bar() should be compatible with Base::bar($more = self::DUMMY) in /usr/local/src/phpinst-webmail-ubuntu/php-5.4.43/Zend/tests/bug63336.php on line 14 ---- FAILED