Hello, I think there is still something borked with streams, as the following test case shows major corruption (mostly the second half of the mail):
---------- Forwarded message ---------- Date: Tue, 13 Jul 2004 09:35:55 +0200 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-QA] Test results for 5.0.0-dev [failed] ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Convert wanrings to exceptions [tests/lang/038.phpt] Catch Interfaces [tests/lang/039.phpt] Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt] Test 5: HTML Test [ext/dom/tests/dom005.phpt] Bug #16069 [ext/iconv/tests/bug16069.phpt] iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt] mysql connect [ext/mysql/tests/001.phpt] Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt] wddx deserialization test [ext/wddx/tests/001.phpt] Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt] ===================================================================== ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 51 Exts tested : 32 --------------------------------------------------------------------- Number of tests : 1226 689 Tests skipped : 537 (43.8%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 10 ( 0.8%) (1.5%) Tests passed : 679 (55.4%) (98.5%) --------------------------------------------------------------------- Time taken : 158 seconds ===================================================================== ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Convert wanrings to exceptions [tests/lang/038.phpt] Catch Interfaces [tests/lang/039.phpt] Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt] Test 5: HTML Test [ext/dom/tests/dom005.phpt] Bug #16069 [ext/iconv/tests/bug16069.phpt] iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt] mysql connect [ext/mysql/tests/001.phpt] Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt] wddx deserialization test [ext/wddx/tests/001.phpt] Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt] ===================================================================== ================================================================================ /usr/src/php-5.0.0-pre-release-test/tests/lang/038.phpt ================================================================================ ---- EXPECTED OUTPUT string(15) "Error2Exception" string(10) "pg_connect" ===DONE=== ---- ACTUAL OUTPUT Fatal error: Call to undefined function pg_connect() in /usr/src/php-5.0.0-pre-release-test/tests/lang/038.php on line 23 ---- FAILED ================================================================================ 001+ Fatal error: Call to undefined function pg_connect() in /usr/src/php-5.0.0-pre-release-test/tests/lang/038.php on line 23 001- string(15) "Error2Exception" 002- string(10) "pg_connect" 003- ===DONE=== ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/tests/lang/039.phpt ================================================================================ ---- EXPECTED OUTPUT Catchable ===DONE=== ---- ACTUAL OUTPUT Fatal error: Call to undefined function pg_connect() in /usr/src/php-5.0.0-pre-release-test/tests/lang/039.php on line 27 ---- FAILED ================================================================================ 001+ Fatal error: Call to undefined function pg_connect() in /usr/src/php-5.0.0-pre-release-test/tests/lang/039.php on line 27 001- Catchable 002- ===DONE=== ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.phpt ================================================================================ ---- EXPECTED OUTPUT string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d ---- ACTUAL OUTPUT string(3) "foo" 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 Strict Standards: Only variable references should be returned by reference in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 string(3) "foo" 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 Strict Standards: Only variable references should be returned by reference in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 NULL 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 NULL 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 NULL 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 NULL 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 NULL 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 NULL 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 ---- FAILED ================================================================================ 013+ NULL 013- string(3) "foo" 017+ NULL 018+ 'foo' 018- Strict Standards: Only variable references should be returned by reference in %s on line %d 019- string(3) "foo" 020+ Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 021+ NULL 022+ 'foo' 023+ 024+ Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 025+ NULL 026+ 'foo' 027+ 028+ Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 029+ NULL 030+ 'foo' 031+ 032+ Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 033+ NULL 023- 024- Strict Standards: Only variable references should be returned by reference in %s on line %d 025- string(3) "foo" 026- 'foo' 027- 028- Notice: Undefined variable: a in %s on line %d 029- 030- Strict Standards: Only variable references should be returned by reference in %s on line %d 031- string(3) "foo" 032- 'foo' 033- 034- Notice: Undefined variable: a in %s on line %d 035- 036- Strict Standards: Only variable references should be returned by reference in %s on line %d 037- string(3) "foo" 038- 'foo' 039- 040- Notice: Undefined variable: a in %s on line %d 041- 042- Strict Standards: Only variable references should be returned by reference in %s on line %d 043- string(3) "foo" 044- 'foo' 045- 046- Notice: Undefined variable: a in %s on line %d 047- 048- Strict Standards: Only variable references should be returned by reference in %s on line %d 049- string(3) "foo" 050- 'foo' 051- 052- Notice: Undefined variable: a in %s on line %d 053- 054- Strict Standards: Only variable references should be returned by reference in %s on line %d ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/ext/dom/tests/dom005.phpt ================================================================================ ---- EXPECTED OUTPUT --- save as XML <?xml version="1.0" standalone="yes"?> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html><head><title>Hello world</title></head><body><p> This is a not well-formed<br/> html files with undeclared entities </p></body></html> --- save as HTML <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head><title>Hello world</title></head> <body><p> This is a not well-formed<br> html files with undeclared entities </p></body> </html> ---- ACTUAL OUTPUT --- save as XML <?xml version="1.0" standalone="yes"?> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html><head><title>Hello world</title></head><body><p> This is a not well-formed<br/> html files with undeclared entities  </p></body></html> --- save as HTML <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head><title>Hello world</title></head> <body><p> This is a not well-formed<br> html files with undeclared entities </p></body> </html> ---- FAILED ================================================================================ 006+ html files with undeclared entities  006- html files with undeclared entities ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/ext/iconv/tests/bug16069.phpt ================================================================================ ---- EXPECTED OUTPUT ߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥС(맥) ---- ACTUAL OUTPUT ????????????????????????????????????????(맥) ---- FAILED ================================================================================ 001+ ????????????????????????????????????????(맥) 001- ߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥСߥС(맥) ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/ext/iconv/tests/iconv_stream_filter.phpt ================================================================================ ---- EXPECTED OUTPUT string(20) "1b244224332473244b24" string(10) "41244f1b28" string(2) "42" string(20) "a4b3a4f3a4cba4c1a4cf" string(10) "69636f6e76" string(2) "0a" Warning: fread(): iconv stream filter ("ISO-2022-JP"=>"EUC-JP"): invalid multibyte sequence in %s on line %d string(0) "" string(0) "" string(0) "" ---- ACTUAL OUTPUT string(20) "1b244224332473244b24" string(10) "41244f1b28" string(2) "42" string(20) "a4b3a4f3a4cba4c1a4cf" string(10) "69636f6e76" string(2) "0a" string(20) "1b244f24332466245824" string(10) "4e24421b28" string(2) "4f" ---- FAILED ================================================================================ 007+ string(20) "1b244f24332466245824" 008+ string(10) "4e24421b28" 009+ string(2) "4f" 007- 008- Warning: fread(): iconv stream filter ("ISO-2022-JP"=>"EUC-JP"): invalid multibyte sequence in %s on line %d 009- string(0) "" 010- string(0) "" 011- string(0) "" ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/ext/mysql/tests/001.phpt ================================================================================ ---- EXPECTED OUTPUT string(3) "111" ---- ACTUAL OUTPUT Warning: mysql_connect(): Can't connect to MySQL server on '127.0.0.1' (111) in /usr/src/php-5.0.0-pre-release-test/ext/mysql/tests/001.php on line 7 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /usr/src/php-5.0.0-pre-release-test/ext/mysql/tests/001.php on line 9 Warning: mysql_connect(): Unknown database '-log' in /usr/src/php-5.0.0-pre-release-test/ext/mysql/tests/001.php on line 17 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /usr/src/php-5.0.0-pre-release-test/ext/mysql/tests/001.php on line 19 string(3) "010" ---- FAILED ================================================================================ 001+ Warning: mysql_connect(): Can't connect to MySQL server on '127.0.0.1' (111) in /usr/src/php-5.0.0-pre-release-test/ext/mysql/tests/001.php on line 7 001- string(3) "111" 002+ 003+ Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /usr/src/php-5.0.0-pre-release-test/ext/mysql/tests/001.php on line 9 004+ 005+ Warning: mysql_connect(): Unknown database '-log' in /usr/src/php-5.0.0-pre-release-test/ext/mysql/tests/001.php on line 17 006+ 007+ Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /usr/src/php-5.0.0-pre-release-test/ext/mysql/tests/001.php on line 19 008+ string(3) "010" ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/bug20382.phpt ================================================================================ ---- EXPECTED OUTPUT tStamp=Wednesday 2004-10-27 17:17:17 CEST result=Monday 2004-11-01 00:00:00 CET wanted=Monday 2004-11-01 00:00:00 CET ---- ACTUAL OUTPUT tStamp=Wednesday 2004-10-27 17:17:17 CEST result=Sunday 2004-10-31 23:00:00 CET wanted=Monday 2004-11-01 00:00:00 CET ---- FAILED ================================================================================ 002+ result=Sunday 2004-10-31 23:00:00 CET 002- result=Monday 2004-11-01 00:00:00 CET ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/ext/wddx/tests/001.phpt ================================================================================ ---- EXPECTED OUTPUT array(11) { ["aNull"]=> NULL ["aString"]=> string(8) "a string" ["aNumber"]=> float(-12.456) ["aDateTime"]=> int(897625932) ["aDateTime2"]=> int(329632332) ["aDateTime3"]=> string(22) "2040-06-12T04:32:12+00" ["aBoolean"]=> bool(true) ["anArray"]=> array(2) { [0]=> int(10) [1]=> string(14) "second element" } ["aBinary"]=> string(11) "binary data" ["anObject"]=> array(2) { ["s"]=> string(8) "a string" ["n"]=> float(-12.456) } ["aRecordset"]=> array(2) { ["NAME"]=> array(2) { [0]=> string(8) "John Doe" [1]=> string(8) "Jane Doe" } ["AGE"]=> array(2) { [0]=> int(34) [1]=> int(31) } } } ---- ACTUAL OUTPUT array(11) { ["aNull"]=> NULL ["aString"]=> string(8) "a string" ["aNumber"]=> float(-12.456) ["aDateTime"]=> int(897625932) ["aDateTime2"]=> int(329632332) ["aDateTime3"]=> string(19) "2040-06-12T04:32:12" ["aBoolean"]=> bool(true) ["anArray"]=> array(2) { [0]=> int(10) [1]=> string(14) "second element" } ["aBinary"]=> string(11) "binary data" ["anObject"]=> array(2) { ["s"]=> string(8) "a string" ["n"]=> float(-12.456) } ["aRecordset"]=> array(2) { ["NAME"]=> array(2) { [0]=> string(8) "John Doe" [1]=> string(8) "Jane Doe" } ["AGE"]=> array(2) { [0]=> int(34) [1]=> int(31) } } } ---- FAILED ================================================================================ 013+ string(19) "2040-06-12T04:32:12" 013- string(22) "2040-06-12T04:32:12+00" ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/ext/xml/tests/bug26614.phpt ================================================================================ ---- EXPECTED OUTPUT CDATA <DATA> at line 2, col 0 (byte 45) </DATA> at line 9, col 0 (byte 90) Comment <DATA> at line 2, col 0 (byte 45) </DATA> at line 9, col 0 (byte 90) Text <DATA> at line 2, col 0 (byte 45) </DATA> at line 9, col 0 (byte 90) ---- ACTUAL OUTPUT CDATA <DATA> at line 2, col 6 (byte 9) </DATA> at line 9, col 7 (byte 56) Comment <DATA> at line 2, col 6 (byte 9) </DATA> at line 9, col 7 (byte 56) Text <DATA> at line 2, col 6 (byte 9) </DATA> at line 9, col 10 (byte 56) ---- FAILED ================================================================================ 002+ <DATA> at line 2, col 6 (byte 9) 003+ </DATA> at line 9, col 7 (byte 56) 002- <DATA> at line 2, col 0 (byte 45) 003- </DATA> at line 9, col 0 (byte 90) 005+ <DATA> at line 2, col 6 (byte 9) 006+ </DATA> at line 9, col 7 (byte 56) 005- <DATA> at line 2, col 0 (byte 45) 006- </DATA> at line 9, col 0 (byte 90) 008+ <DATA> at line 2, col 6 (byte 9) 009+ </DATA> at line 9, col 10 (byte 56) 008- <DATA> at line 2, col 0 (byte 45) 009- </DATA> at line 9, col 0 (byte 90) ================================================================================ ================================================================================ BUILD ENVIRONMENT ================================================================================ OS: Linux - Linux newweb 2.4.25 #1 SMP Tue Apr 20 23:33:11 HKT 2004 i686 Automake: automake (GNU automake) 1.4-p4 Copyright (C) 1999, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Tom Tromey <[EMAIL PROTECTED]> Autoconf: Autoconf version 2.13 Bundled Libtool: ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54) System Libtool: ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36) Compiler: gcc version 3.3.3 (Debian 20040429) --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux ase-test/ext/session/tests/007.phpt[0x0]_pathO[0x0][0x0][0x0][0x0][0x0](SoUk[0x0][0x0][0x0]y^H[0x0][0x0][0x0]XoUdPoUnU[0x0][0x0][0x0][0x0]U/usr/src/php-5.0.0-pre Bison: bison (GNU Bison) 1.35 Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Libraries: /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) 0.9.7 (0x40243000) ULoU!S[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/session/tests/008.phpt[0x0]); exP[0x0][0x0]x[0x0][0x0][0x0](SpUb[0x0][0x0][0x0]032n?[0x0][0x0][0x0]PpUSpUoUT[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/session/tests/009.phpt[0x0]arrayP[0x0][0x0]x[0x0][0x0][0x0](S(qUb[0x0][0x0][0x0]H姥?[0x0][0x0][0x0]pU$Q4qUDpU tT[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/session/tests/010.phpt[0x0]ahblahQ[0x0][0x0]x[0x0][0x0][0x0](SqUb[0x0][0x0][0x0] "[EMAIL PROTECTED]"MqUpU|tT[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/session/tests/011.phpt[0x0]'bin'Q[0x0][0x0]x[0x0][0x0][0x0](SrUb[0x0][0x0][0x0]^??[0x0][0x0][0x0]qUQ$rU4qU &U[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/session/tests/012.phpt[0x0]lode(XR[0x0][0x0]x[0x0][0x0][0x0](SrUb[0x0][0x0][0x0]?[0x0][0x0][0x0]0rUܐSrUqU\uT[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/session/tests/013.phpt[0x0]nstalR[0x0][0x0]x[0x0][0x0][0x0](SsUb[0x0][0x0][0x0]Lؐ?[0x0][0x0][! 0x0]rU PsU$rUuT[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/session/tests/014.phpt[0x0]ollbaHS[0x0][0x0]x[0x0][0x0][0x0](SsUb[0x0][0x0][0x0] User's E-mail: ================================================================================ PHPINFO ================================================================================ no value.substitute_characterof "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.-with-layout=GNU' '--enable-calendar' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--with-db4' '--with-iconv' '--enable-exif' '--enable-filepro' '--enable-ftp' '--with-gettext' '--enable-mbstring' '--with-pcre-regex=/usr' '--enable-shmop' '--enable-sockets' '--enable-wddx' '--with-expat-dir=/usr' '--enable-yp' '--with-zlib' '--without-pgsql' '--with-openssl=/usr' '--disable-static' '--with-zlib-dir=/usr' '--with-mysql=/usr' '--with-ming=/usr' '--with-cli'phpt] Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt] ===================================================================== ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 51 Exts tested : 32 --------------------------------------------------------------------- Number of tests : 1226 689 Tests skipped : 537 (43.8%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 10 ( 0.8%) (1.5%) Tests passed : 679 (55.4%) (98.5%) --------------------------------------------------------------------- Time taken : 158 seconds ===================================================================== ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Convert wanrings to exceptions [tests/lang/038.phpt] Catch Interfaces [tests/lang/039.phpt] Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt] Test 5: HTML Test [ext/dom/tests/dom005.phpt] Bug #16069 [ext/iconv/tests/bug16069.phpt] iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt] mysql connect [ext/mysql/tests/001.phpt] Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt] wddx deserialization test [ext/wddx/tests/001.phpt] Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt] ===================================================================== ================================================================================ /usr/src/php-5.0.0-pre-release-test/tests/lang/038.phpt ================================================================================ ---- EXPECTED OUTPUT string(15) "Error2Exception" string(10) "pg_connect" ===DONE=== ---- ACTUAL OUTPUT Fatal error: Call to undefined function pg_connect() in /usr/src/php-5.0.0-pre-release-test/tests/lang/038.php on line 23 ---- FAILED ================================================================================ 001+ Fatal error: Call to undefined function pg_connect() in /usr/src/php-5.0.0-pre-release-test/tests/lang/038.php on line 23 001- string(15) "Error2Exception" 002- string(10) "pg_connect" 003- ===DONE=== ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/tests/lang/039.phpt ================================================================================ ---- EXPECTED OUTPUT Catchable ===DONE=== ---- ACTUAL OUTPUT Fatal error: Call to undefined function pg_connect() in /usr/src/php-5.0.0-pre-release-test/tests/lang/039.php on line 27 ---- FAILED ================================================================================ 001+ Fatal error: Call to undefined function pg_connect() in /usr/src/php-5.0.0-pre-release-test/tests/lang/039.php on line 27 001- Catchable 002- ===DONE=== ================================================================================ ================================================================================ /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.phpt ================================================================================ ---- EXPECTED OUTPUT string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d string(3) "foo" 'foo' Notice: Undefined variable: a in %s on line %d Strict Standards: Only variable references should be returned by reference in %s on line %d ---- ACTUAL OUTPUT string(3) "foo" 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 Strict Standards: Only variable references should be returned by reference in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 string(3) "foo" 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 Strict Standards: Only variable references should be returned by reference in /usr/src/php-5.0.0-pre/etc/gtk/gtkrc:/home/alan/.gtkrc-1.2-gnome2i/phplocal/sbin:/usr/local/bin0;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.ogg=01;35:*.mp3=01;35:*.wav=01;35:variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 NULL 'foo' Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 ---- FAILED ================================================================================ 013+ NULL 013- string(3) "foo" 017+ NULL 018+ 'foo' 018- Strict Standards: Only variable references should be returned by reference in %s on line %d 019- string(3) "foo" 020+ Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 021+ NULL 022+ 'foo' 023+ 024+ Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 025+ NULL 026+ 'foo' 027+ 028+ Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 029+ NULL 030+ 'foo' 031+ 032+ Notice: Undefined variable: a in /usr/src/php-5.0.0-pre-release-test/Zend/tests/bug22836.php on line 7 033+ NULL 023- 024- Strict Standards: Only variable references should be returned by reference in %s on line %d 025- string(3) "foo" 026- 'foo' 027- 028- Notice: Undefined variable: a in %s on line %d 029- 030- Strict Standards: Only variable references should be returned by reference in %s on line %d 031- string(3) "foo" 032- 'foo' 033- 034- Notice: Undefined variable: a in %s on line %d 035- 036- Strict Standards: Only variable references should be returned by referenc[0x0][0x0]tr_shuffle.phpt[0x0] [EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED]@Ur[0x0][0x0][0x0]̴[O[0x0][0x0][0x0]UTLUDU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/strings001.phpt[0x0] [EMAIL PROTECTED]:}O[0x0][0x0][0x0]XUtSUU,U[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/strip_tags.phpt[0x0]pl1 <[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED](M[0x0][0x0][0x0]UTTUTU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED]<U[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/strrpo! [EMAIL PROTECTED] OTUTUԪT[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED] K[0x0][0x0][0x0]`U$QUU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/strtoupper.phpt[0x0]2484 [EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED]<RV/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/substr_replace.phpt[0x0] [EMAIL PROTECTED] ][0x0][0x0]I[0x0][0x0][0x0]UdgRlUdU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED]<oJ[0x0][0x0][0x0]xUMUU[0x0][0x0][0x0][0x0]V/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/url_t.phpt[0x0] [EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/strings/[EMAIL PROTECTED]<E[0x0][0x0][0x0]xUTfRUU^U[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/[EMAIL PROTECTED])K[0x0][0x0][0x0]ULTdUlU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/[EMAIL PROTECTED] 0x0][0x0][0x0]tyE[0x0][0x0][0x0]pUTUU[0x0][0x0][! 0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/bug13142.phpt[0x0]4 [EMAIL PROTECTED]:J[0x0][0x0][0x0]URTUTU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/[EMAIL PROTECTED]|T[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/bug20382.phpt[0x0] [EMAIL PROTECTED] wT[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/[EMAIL PROTECTED];RUULT[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/[EMAIL PROTECTED]>J[0x0][0x0][0x0]UOTUTU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/bug26317.phpt[0x0]2 [EMAIL PROTECTED]|J[0x0][0x0][0x0]`U#MUUT[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/[EMAIL PROTECTED] <J[0x0][0x0][0x0]U43PTUTU|TV/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/bug27719.phpt[0x0] [EMAIL PROTECTED]<oJ[0x0][0x0][0x0]`UTLUU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/[EMAIL PROTECTED]"F[0x0][0x0][0x0]U TTUTU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/date.phpt[0x0]994 [EMAIL PROTECTED]"9G[0x0][0x0][0x0]`UzQUUDLU[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/idate.phpt[0x0]3020 [EMAIL PROTECTED])ӱdH[0x0][0x0][0x0]UNTUTU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/time/mktime.phpt[0x0] [EMAIL PROTECTED] 0]nW[0x0][0x0][0x0]`U<<TUU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/standard/tests/versioning/version_compare.phpt[0x0]74 [EMAIL PROTECTED] [EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/sysvsem/tests/sysv.phpt[0x0]8 [EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/tokenizer/tests/bug26463.phpt[0x0] 3124 [EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/wddx/tests/bug27287.phpt[0x0]48 [EMAIL PROTECTED]"[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/bug25666.phpt[0x0]172 [EMAIL PROTECTED]@[0x0][0x0][0x0]UODUTU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/bug26528.phpt[0x0]196 [EMAIL PROTECTED]@[0x0][! 0x0][0x0]PUԬTUUUV/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/bug26614.phpt[0x0]220 [EMAIL PROTECTED](Ua[0x0][0x0][0x0]>[0x0][0x0][0x0]UR4UDUUU[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/xml001.phpt[0x0] 3244 [EMAIL PROTECTED]>[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/xml002.phpt[0x0][0x0][0x0][0x0]68 [EMAIL PROTECTED]>[0x0][0x0][0x0]U R$U4UCU[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/xml003.phpt[0x0] 3292 [EMAIL PROTECTED] >[0x0][0x0][0x0]0U<-QUUU[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/xml004.phpt[0x0] 3316 @[EMAIL PROTECTED]>[0x0][0x0][0x0]U4SU$U[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src! /php-5.0.0-pre-release-test/ext/xml/tests/xml006.phpt[0x0] 33! 40 [EMAIL PROTECTED]>[0x0][0x0][0x0] U<lKUU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/xml007.phpt[0x0] 3364 [EMAIL PROTECTED]>[0x0][0x0][0x0]UTUU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/xml009.phpt[0x0] 3388 [EMAIL PROTECTED]>[0x0][0x0][0x0]UR|UU[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/xml/tests/xml010.phpt[0x0] 3412 [EMAIL PROTECTED] <[0x0][0x0][0x0]U<CTUU4IU[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/ext/zlib/tests/[EMAIL PROTECTED]<[0x0][0x0][0x0]UO\[0x0]V|U[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-tesquestions about PHP licensing, please co! ntact [EMAIL PROTECTED] oup /bin0;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.ogg=01;35:*.mp3=01;35:*.wav=01;35:nG[0x0][0x0][0x0]XV/RVV[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/pear/Console/tests/001-getopt.phpt[0x0]1 [EMAIL PROTECTED]:[0x0][0x0][0x0]Vt T<VLVR[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/pear/tests/pear1.phpt[0x0]4 [EMAIL PROTECTED]:[0x0][0x0][0x0]HV|[RVV&U[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/pear/tests/pear2.phpt[0x0]36Pa[0x0][! [EMAIL PROTECTED],D[0x0][0x0][0x0]VQR$V<VbU[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/pear/tests/[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/pear/tests/[EMAIL PROTECTED]@UVm[0x0][0x0][0x0] J[0x0][0x0][0x0]V+TV$V[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/pear/tests/pear_common_analyzeSC.phpt[0x0]0 [EMAIL PROTECTED](V,TVVDU[0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/pear/tests/[EMAIL PROTECTED]"ABM[0x0][0x0][0x0]V̿O$VVTUV/usr/src/php-5.0.0-pre-release-test/pear/tests/[EMAIL PROTECTED] [0x0][0x0][0x0]YAO[0x0][0x0][0x0]0VRVV[0x0][0x0]! [0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/pear/tests/pear_common_infoFromString.phpt[0x0]3780 [EMAIL PROTECTED] Vo[0x0][0x0][0x0]`bL[0x0][0x0][0x0]VT,V$V =UV/usr/src/php-5.0.0-pre-release-test/pear/tests/[EMAIL PROTECTED]/usr/src/php-5.0.0-pre-release-test/pear/tests/[EMAIL PROTECTED] [EMAIL PROTECTED],V,V[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/usr/src/php-5.0.0-pre-release-test/pear/tests/[EMAIL PROTECTED]|OU[0x0][0x0] -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php