---- 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 Notice: Use of undefined constant TEST - assumed 'TEST' in /usr/local/src/phpinst-webmail-ubuntu/php-5.5.11/Zend/tests/bug63336.php on line 14 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.5.11/Zend/tests/bug63336.php on line 14 Strict Standards: Declaration of Child::bar() should be compatible with Base::bar($more = 'XXX') in /usr/local/src/phpinst-webmail-ubuntu/php-5.5.11/Zend/tests/bug63336.php on line 14 ---- FAILED