diff options
-rwxr-xr-x | ext/reflection/tests/006.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/reflection/tests/006.phpt b/ext/reflection/tests/006.phpt index b49524f33f..89c438765a 100755 --- a/ext/reflection/tests/006.phpt +++ b/ext/reflection/tests/006.phpt @@ -83,6 +83,7 @@ TestDerived::testing(); ?> ===DONE=== +<?php exit(0); ?> --EXPECT-- string(3) "pub" string(3) "pub" |