Skip to content

Commit b945b5e

Browse files
committed
Cleanup
1 parent 34ce321 commit b945b5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/tests/invoke_destructors_after_bailout.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ final class StatCounter {
1919

2020
public function __destruct() {
2121
echo "Sending stats: ".json_encode($this->stats)."\n";
22-
exit(0);
2322
}
2423

2524
public function inc(string $key, int $by = 1): void {

0 commit comments

Comments
 (0)