--TEST-- Test strrchr() function : usage variations - binary safe --FILE-- --EXPECTF-- *** Test strrchr() function: binary safe *** string(6) "%0World" string(6) "%0World" string(12) "%0Hello World" string(12) "%0Hello World" string(1) "%0" string(1) "%0" string(1) "%0" string(1) "%0" string(6) "%0world" string(6) "%0world" string(6) "%0Hello" string(6) "%0Hello" string(1) "%0" string(1) "%0" *** Done ***