We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ce321 commit b945b5eCopy full SHA for b945b5e
Zend/tests/invoke_destructors_after_bailout.phpt
@@ -19,7 +19,6 @@ final class StatCounter {
19
20
public function __destruct() {
21
echo "Sending stats: ".json_encode($this->stats)."\n";
22
- exit(0);
23
}
24
25
public function inc(string $key, int $by = 1): void {
0 commit comments