--TEST--
-Data corruption in __set
+ZE2 Data corruption in __set
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?>
--FILE--
--TEST--
-Destructors and echo
+ZE2 Destructors and echo
--FILE--
<?php
--TEST--
-Destructing and references
+ZE2 Destructing and references
--FILE--
<?php
echo "Done\n";
?>
--EXPECT--
-Done
\ No newline at end of file
+Done
--TEST--
-$this can be an argument to a static function
+ZE2 $this can be an argument to a static function
--FILE--
<?php