--- embedaddon/php/Zend/tests/class_exists_003.phpt 2012/02/21 23:47:52 1.1 +++ embedaddon/php/Zend/tests/class_exists_003.phpt 2012/05/29 12:34:36 1.1.1.2 @@ -1,5 +1,5 @@ --TEST-- -Checking if exists interface, abstract and final class +Checking if exists interface, trait, abstract and final class --FILE-- --EXPECT-- bool(false) bool(true) bool(true) +bool(false)