diff options
-rw-r--r-- | Zend/tests/bug72508.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
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')); |