var $haystack = abefcdefghijklm var $needle = EF var $offset = 4 var $position = call stripos $haystack=$haystack; $needle=$needle; $offset=$offset ; print haystack = $haystack
print needle = $needle
print offset = $offset
print position = $position