--- embedaddon/php/ext/standard/tests/file/userstreams.phpt 2012/02/21 23:48:04 1.1 +++ embedaddon/php/ext/standard/tests/file/userstreams.phpt 2013/10/14 08:02:40 1.1.1.2 @@ -158,7 +158,7 @@ class mystream } if (@stream_wrapper_register("bogus", "class_not_exist")) { - die("Registered a non-existant class!!!???"); + die("Registered a non-existent class!!!???"); } echo "Not Registered\n";