Skip to content

Commit

Permalink
echo ex
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jul 9, 2022
1 parent 7213a0e commit 1343564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/oci8/tests/bug-gh8928.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for ($i = 0; $i < 10; $i++) {
gc_collect_cycles(); gc_collect_cycles();
$mem = memory_get_usage();
if ($prevMem !== null && $mem !== $prevMem) {
throw new \Exception('leak detected');
echo (string) (new \Exception('leak detected'));
}
}

Expand Down

0 comments on commit 1343564

Please sign in to comment.