import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / stripos_basic2.php.expectf
blob3c73af689a10ab16d285a9ddae4c38ef9271ca7b
1 *** Testing stripos() function: basic functionality ***
2 -- With all arguments --
3 int(0)
4 bool(false)
5 int(7)
6 int(7)
7 int(0)
8 int(0)
9 bool(false)
10 int(0)
11 bool(false)
12 int(4)
13 int(8)
14 int(8)
15 bool(false)
16 *** Done ***