diff options
author | foobar <sniper@php.net> | 2005-06-19 17:06:48 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-19 17:06:48 +0000 |
commit | 21ce9394a7239de36cc89e774848e81fd2a24509 (patch) | |
tree | 61178a4cc259ef33f5da9cdf742d56fbb9c5d87b | |
parent | b9575ead72222d5456d84109f1cced29e8ee38c0 (diff) | |
download | php-git-21ce9394a7239de36cc89e774848e81fd2a24509.tar.gz |
revert - now it works again?!
-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" |