import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / stripos_variation4.php.expectf
blob905871dd58939ebdb16b2cceaf024babdb836405
1 *** Testing stripos() function: with heredoc strings ***
2 -- With heredoc string containing special chars --
3 int(0)
4 bool(false)
5 int(38)
6 int(39)
7 int(55)
8 int(55)
9 int(57)
10 *** Done ***