From:             jakub at icewarp dot com
Operating system: Any
PHP version:      4CVS-2005-02-10 (stable)
PHP Bug Type:     Variables related
Bug description:  A special string containing "E" causes an Unhandled Exception

Description:
------------
Hi
This problem happens only in the 4.3.11 dev version.
It is 100% reproducable. See the code below. It will produce the following
error:

PHP has encountered an Unhandled Exception Code -1073741679 at 011171E3

The problem must be that PHP thinks it's a real number or something. It
didn't occur in previous versions. Please, try to fix it.

Cheers
Jakub

Reproduce code:
---------------
<?
  $file = "20050131014110E312-00000002.tmp";
  $file != ".";
?>

Actual result:
--------------
PHP has encountered an Unhandled Exception Code -1073741679 at 011171E3

-- 
Edit bug report at http://bugs.php.net/?id=31910&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31910&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31910&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31910&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31910&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31910&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31910&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31910&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31910&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31910&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31910&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31910&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31910&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31910&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31910&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31910&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31910&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31910&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31910&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31910&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31910&r=mysqlcfg

Reply via email to