From: Xinchen Hui Date: Tue, 28 Jun 2016 07:39:02 +0000 (+0800) Subject: Fixed test X-Git-Tag: php-7.0.9RC1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76370f30dbd617b6cc501e3e80df5212cf84fa46;p=php Fixed test --- diff --git a/Zend/tests/bug72508.phpt b/Zend/tests/bug72508.phpt index 60196bfc18..b39aa16d02 100644 --- a/Zend/tests/bug72508.phpt +++ b/Zend/tests/bug72508.phpt @@ -16,8 +16,6 @@ function c ($option) { $copy = $option; $copy['bla'] = 'copy'; break; - case NULL: - break; } } a(array('bla' => 'fasel'));