--- embedaddon/php/ext/standard/tests/class_object/get_class_variation_001.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/class_object/get_class_variation_001.phpt 2012/05/29 12:34:43 1.1.1.2 @@ -67,7 +67,7 @@ $values = array( // loop through each element of the array for object foreach($values as $value) { - echo "\nArg value: $value (type: " . gettype($value) . ")\n"; + echo @"\nArg value: $value (type: " . gettype($value) . ")\n"; var_dump( get_class($value) ); };