--TEST--
Test strripos() function : basic functionality - with all arguments
---XFAIL--
-This test will fail until bug #47102 fixed
--FILE--
<?php
/* Prototype : int strripos ( string $haystack, string $needle [, int $offset] );
--TEST--
Test strripos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments
---XFAIL--
-This test will fail until bug #47102 fixed
--FILE--
<?php
/* Prototype : int strripos ( string $haystack, string $needle [, int $offset] );
--TEST--
Test strripos() function : usage variations - single quoted strings for 'haystack' & 'needle' arguments
---XFAIL--
-This test will fail until bug #47102 fixed
--FILE--
<?php
/* Prototype : int strripos ( string $haystack, string $needle [, int $offset] );