diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-06-28 15:39:02 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-06-28 15:39:02 +0800 |
commit | 76370f30dbd617b6cc501e3e80df5212cf84fa46 (patch) | |
tree | 9d20aa3f494cf170cd2ae402bbaf12d683922e82 | |
parent | ce7e180a04009e821c87e7ae2b704294a2a97c03 (diff) | |
download | php-git-76370f30dbd617b6cc501e3e80df5212cf84fa46.tar.gz |
Fixed test
-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')); |