bjori Wed Oct 4 08:45:21 2006 UTC Modified files: /php-src/ext/bz2/tests 004.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/tests/004.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/bz2/tests/004.phpt diff -u php-src/ext/bz2/tests/004.phpt:1.2 php-src/ext/bz2/tests/004.phpt:1.3 --- php-src/ext/bz2/tests/004.phpt:1.2 Mon Jun 26 22:20:55 2006 +++ php-src/ext/bz2/tests/004.phpt Wed Oct 4 08:45:21 2006 @@ -109,69 +109,3 @@ Warning: bzerrno(): %d is not a valid stream resource in %s on line %d bool(false) Done ---UEXPECTF-- -array(2) { - [u"errno"]=> - int(0) - [u"errstr"]=> - string(2) "OK" -} -string(2) "OK" -int(0) -array(2) { - [u"errno"]=> - int(0) - [u"errstr"]=> - string(2) "OK" -} -string(2) "OK" -int(0) -string(0) "" -array(2) { - [u"errno"]=> - int(-5) - [u"errstr"]=> - string(16) "DATA_ERROR_MAGIC" -} -string(16) "DATA_ERROR_MAGIC" -int(-5) -string(0) "" -array(2) { - [u"errno"]=> - int(-4) - [u"errstr"]=> - string(10) "DATA_ERROR" -} -string(10) "DATA_ERROR" -int(-4) -string(0) "" -array(2) { - [u"errno"]=> - int(-5) - [u"errstr"]=> - string(16) "DATA_ERROR_MAGIC" -} -string(16) "DATA_ERROR_MAGIC" -int(-5) -string(0) "" -array(2) { - [u"errno"]=> - int(-4) - [u"errstr"]=> - string(10) "DATA_ERROR" -} -string(10) "DATA_ERROR" -int(-4) - -Warning: bzread(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: bzerror(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: bzerrstr(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: bzerrno(): %d is not a valid stream resource in %s on line %d -bool(false) -Done
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php