<?php class C { public function __destruct() { echo sprintf('%s destroyed', __CLASS__) . PHP_EOL; } } function f(C $c) { echo __FUNCTION__ . PHP_EOL; } function g(C $c) { unset($c); echo __FUNCTION__ . PHP_EOL; } f(new C()); g(new C());
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`