diff options
| author | Magnus M��tt� <magnus@php.net> | 2005-05-31 13:46:59 +0000 |
|---|---|---|
| committer | Magnus M��tt� <magnus@php.net> | 2005-05-31 13:46:59 +0000 |
| commit | 9285368cc1e29282b41140d65811e456026c0c1e (patch) | |
| tree | b654b69d2f08acc008aea979f46e8b5b4918b7bb | |
| parent | ed160b9a191500a4db9935d76b7adeb9a7e87051 (diff) | |
| download | php-git-9285368cc1e29282b41140d65811e456026c0c1e.tar.gz | |
MFH: Fix test
| -rwxr-xr-x | Zend/tests/bug27304.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug27304.phpt b/Zend/tests/bug27304.phpt index 5063eef7cf..51e392d59b 100755 --- a/Zend/tests/bug27304.phpt +++ b/Zend/tests/bug27304.phpt @@ -17,7 +17,7 @@ $b->test(); ?> ===DONE=== ---EXTECT-- +--EXPECT-- bool(false) bool(false) -===DONE===
\ No newline at end of file +===DONE=== |
