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