From:             gnjagi at gmail dot com
Operating system: windows
PHP version:      Irrelevant
Package:          *General Issues
Bug Type:         Bug
Bug description:No error message reported and entire script fails

Description:
------------
if($eta!=''){$flt_type='1'} else {$flt_type='2'} 
 when the semicolons r missing on $flt_type='1' and $flt_type='2'
the script gives no error message no matter the error reporting setting 
the page simply displays a blank page

Test script:
---------------
if($eta!=''){$flt_type='1'} else {$flt_type='2'} 

Expected result:
----------------
missing semicolons

Actual result:
--------------
blank page

-- 
Edit bug report at https://bugs.php.net/bug.php?id=65040&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=65040&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=65040&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=65040&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=65040&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=65040&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=65040&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=65040&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=65040&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=65040&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=65040&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=65040&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=65040&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=65040&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65040&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=65040&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=65040&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=65040&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=65040&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=65040&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=65040&r=mysqlcfg

Reply via email to