]> granicus.if.org Git - php/commitdiff
Fixed test
authorXinchen Hui <laruence@gmail.com>
Tue, 28 Jun 2016 07:39:02 +0000 (15:39 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 28 Jun 2016 07:39:02 +0000 (15:39 +0800)
Zend/tests/bug72508.phpt

index 60196bfc1825341020a978e579217f1934da0db4..b39aa16d02a3dc76abbe462f713d5a6e82c42160 100644 (file)
@@ -16,8 +16,6 @@ function c ($option) {
                $copy = $option;
                $copy['bla'] = 'copy';
                break;
-       case NULL:
-               break;
        }
 }
 a(array('bla' => 'fasel'));