-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/spl/tests/
File Upload :
Current File : //usr/src/php/ext/spl/tests/bug62262.phpt

--TEST--
Bug #62262: RecursiveArrayIterator does not implement Countable
--FILE--
<?php

var_dump(new RecursiveArrayIterator(array()) instanceof Countable);

?>
--EXPECT--
bool(true)

Copyright © 2017 || Recoded By Mr.Bumblebee