--- embedaddon/php/ext/standard/tests/strings/strtok_variation6.phpt 2012/02/21 23:48:04 1.1.1.1 +++ embedaddon/php/ext/standard/tests/strings/strtok_variation6.phpt 2012/05/29 12:34:45 1.1.1.2 @@ -25,7 +25,7 @@ $token_array = array( "/ ", "/k", "\k", - "\\\\\\\k\h\e\l\o\w\r\l\d" + "\\\\\\\k\h\\e\l\o\w\r\l\d" ); // loop through each element of the array and check the working of strtok()