--TEST-- Test stripos() function : usage variations - heredoc string containing special chars for 'haystack' argument --FILE-- --EXPECTF-- *** Testing stripos() function: with heredoc strings *** -- With heredoc string containing special chars -- int(0) bool(false) int(38) int(39) int(55) int(55) int(57) *** Done ***