Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 1bb38368223e1f189b9d62472aa4b685 > files > 28

php-xrange-1.3.1-1mdv2008.1.x86_64.rpm

--TEST--
Test Countable interface - 001
--SKIPIF--
<?php if (!extension_loaded("xrange")) print "skip"; ?>
--FILE--
<?php 
echo count(xrange(1, 10)) == 10 ? 'Success' : 'Failure';
?>
--EXPECT--
Success