Creating Destructors

Script 4.7 - demo.php

Creating a new object...

In the constructor.

Calling the function...

In the function. Creating a new object...

In the constructor.

About to leave the function.

About to delete the object...

End of the script.