--TEST-- Test chop() function : basic functionality --FILE-- --EXPECTF-- *** Testing chop() : basic functionality *** string(11) "hello world" string(16) "hello world " string(18) "hello world " Done --UEXPECTF-- *** Testing chop() : basic functionality *** unicode(11) "hello world" unicode(16) "hello world " unicode(18) "hello world " Done