ID:               27717
 User updated by:  joelee at joeworks dot com
 Reported By:      joelee at joeworks dot com
 Status:           Open
 Bug Type:         Math related
 Operating System: Linux (Suse Linux 9.0 for AMD64)
-PHP Version:      5.0.0RC1
+PHP Version:      4.3.5
 New Comment:

Tested on both 5.0.0RC1 and 4.3.5



Result from 5.0.0RC1

=====================================================================

FAILED TEST SUMMARY

---------------------------------------------------------------------

ZE2 __toString() [tests/classes/tostring.phpt]

ZE2: set_exception_handler() [tests/lang/035.phpt]

Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]

Bug #23279 (exception handler stops after first function call)
[tests/lang/bug23279.phpt]

Bug #23384 (use of class constants in statics)
[tests/lang/bug23384.phpt]

Bug #26866 (segfault when exception raised in __get)
[tests/lang/bug26866.phpt]

ZE2 errors caught as exceptions
[tests/lang/error_2_exception_001.phpt]

invoke with non object or null value [tests/reflection/invoke.phpt]

Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]

Bug #26166 (__toString() crash when no values returned)
[Zend/tests/bug26166.phpt]

Bug #26698 (Thrown exceptions while evaluting argument to pass as
parameter crash PHP) [Zend/tests/bug26698.phpt]

Test 3: Exception Test [ext/dom/tests/dom003.phpt]

sqlite-oo: factory and exception [ext/sqlite/tests/sqlite_oo_020.phpt]

sqlite-oo: and spl [ext/sqlite/tests/sqlite_oo_031.phpt]

Bug #25038 (call_user_func issues warning if function throws exception)
[ext/standard/tests/general_functions/bug25038.phpt]

date_sunrise() and date_sunset() functions
[ext/standard/tests/general_functions/sunfuncts.phpt]

Bug #26614 (CDATA sections skipped on line count)
[ext/xml/tests/bug26614.phpt]

=====================================================================


Previous Comments:
------------------------------------------------------------------------

[2004-03-26 10:48:55] joelee at joeworks dot com

Description:
------------
make test failure on abs(), pow() and round() when compile in 64-bit
mode



Tested on both 5.0.0RC1 and 4.3.5

Reproduce code:
---------------
# Compile in 64-bit mode

$ ./configure

$ make

$ make test

# Actual Result





# Compiled in 32-bit mode

$ CFLAGS=-m32 ./configure

$ make

$ make test

# Expected result

Expected result:
----------------
=====================================================================

FAILED TEST SUMMARY

---------------------------------------------------------------------

Bug #25547 (error_handler and array index with function call)

[tests/lang/bug25547.phpt]

=====================================================================

Actual result:
--------------
=====================================================================

FAILED TEST SUMMARY

---------------------------------------------------------------------

Bug #24054 (Assignment operator *= broken) [tests/lang/bug24054.phpt]

Bug #25547 (error_handler and array index with function call)

[tests/lang/bug25547.phpt]

serializing references test case using globals

[ext/session/tests/019.phpt]

Simple math tests [ext/standard/tests/math/abs.phpt]

Various pow() tests [ext/standard/tests/math/pow.phpt]

Simple math tests [ext/standard/tests/math/round.phpt]

=====================================================================


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27717&edit=1

Reply via email to