---- EXPECTED OUTPUT __get nonExisting Notice: Undefined index: nonExisting in %__set__get_006.php on line %d __get publicProperty Notice: Undefined index: publicProperty in %__set__get_006.php on line %d __get protectedProperty Notice: Undefined index: protectedProperty in %__set__get_006.php on line %d __get privateProperty Notice: Undefined index: privateProperty in %__set__get_006.php on line %d __isset nonExisting __isset publicProperty __isset protectedProperty __isset privateProperty __set nonExisting __set publicProperty __set protectedProperty __set privateProperty ---- ACTUAL OUTPUT __get nonExisting Notice: Undefined property: Test::$nonExisting in /usr/local/src/phpinst-webmail-ubuntu/php-5.5.11/tests/classes/bug63462.php on line 17 __get publicProperty Notice: Undefined property: Test::$publicProperty in /usr/local/src/phpinst-webmail-ubuntu/php-5.5.11/tests/classes/bug63462.php on line 17 __get protectedProperty Notice: Undefined property: Test::$protectedProperty in /usr/local/src/phpinst-webmail-ubuntu/php-5.5.11/tests/classes/bug63462.php on line 17 __get privateProperty Notice: Undefined property: Test::$privateProperty in /usr/local/src/phpinst-webmail-ubuntu/php-5.5.11/tests/classes/bug63462.php on line 17 __isset nonExisting __isset publicProperty __isset protectedProperty __isset privateProperty __set nonExisting __set publicProperty __set protectedProperty __set privateProperty ---- FAILED