]> granicus.if.org Git - php/commitdiff
Update ReflectionClass_isArray.phpt
authormarcosptf <marcosptf@yahoo.com.br>
Fri, 5 Feb 2016 15:50:06 +0000 (13:50 -0200)
committermarcosptf <marcosptf@yahoo.com.br>
Fri, 5 Feb 2016 15:50:06 +0000 (13:50 -0200)
ext/reflection/tests/ReflectionClass_isArray.phpt

index b7451db2109672519edb116f28143fe27df5425f..3eec0dac54f5beb31466e8c2372d7cf7b71e0231 100644 (file)
@@ -12,11 +12,6 @@ foreach ($reflection->getParameters() as $parameter) {
     var_dump($parameter->isArray());
 }
 ?>
---CLEAN--
-<?php
-unset($reflection);
-unset($parameter);
-?>
 --EXPECT--
 bool(false)
 bool(false)