ID:               33318
 Updated by:       [EMAIL PROTECTED]
 Reported By:      pornel at despammed dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Zend Engine 2 problem
-Operating System: win? any
+Operating System: *
-PHP Version:      5.1.0b1
+PHP Version:      5CVS-2005-06-16
-Assigned To:      
+Assigned To:      dmitry
 New Comment:

Dmitry, please check this out. (I can reproduce with latest CVS)



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

[2005-06-16 14:43:54] pornel at despammed dot com

<?php
throw 1;
?>
results in:
Fatal error: Invalid opcode 108/1/8. in c:\www\test.php5 on line 2

using PHP Version 5.1.0-dev Build Date Jun 15 2005 04:17:08 installed
on Win32 Apache/1.3.33 as CGI.

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

[2005-06-13 10:32:15] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

I can not reproduce (the "script" you gave isn't really complete, is
it?)


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

[2005-06-12 22:45:31] pornel at despammed dot com

Description:
------------
throw NULL; throw 1; and probably all non-object throws result in
"Invalid Opcode" errors.

if PHP isn't supposed to allow throwing of scalar values, error should
be more precise.

Reproduce code:
---------------
function ERR() {throw 'x';}


Expected result:
----------------
C++-like throwing of anything or parse error.




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


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

Reply via email to