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