import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / sizeof_basic1.php.expectf
blob4b4aca84a73f62da9ae68c4307f3ee8072b9063a
1 *** Testing sizeof() : basic functionality ***
2 -- Testing sizeof() for integer type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --
3 default mode: int(1)
5 COUNT_NORMAL mode: int(1)
7 COUNT_RECURSIVE mode: int(1)
9 -- Testing sizeof() for float  type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --
10 default mode: int(1)
12 COUNT_NORMAL mode: int(1)
14 COUNT_RECURSIVE mode: int(1)
15 Done