--TEST-- Test strrpos() function : usage variations - empty heredoc string for 'haystack' argument --FILE-- getMessage() . "\n"; } var_dump( strrpos($empty_string, FALSE) ); echo "*** Done ***"; ?> --EXPECT-- *** Testing strrpos() function: with heredoc strings *** -- With empty heredoc string -- int(0) strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) int(0) *** Done ***