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