[PHP-BUG] Bug #65810 [NEW]: PHP treats integer 0 as a NULL
From: gnjagi at gmail dot com Operating system: win 7 PHP version: Irrelevant Package: *Compile Issues Bug Type: Bug Bug description:PHP treats integer 0 as a NULL Description: PHP is treating integer 0 as a NUll. This brings inconsistency when dealing with an array with zeros and spaces(NULL) Test script: --- $val==0; if ($val==NULL) { echo "sad"; } Expected result: No value Instead it returns "sad" Actual result: -- "sad" -- Edit bug report at https://bugs.php.net/bug.php?id=65810&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=65810&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=65810&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=65810&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=65810&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=65810&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=65810&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=65810&r=needscript Try newer version: https://bugs.php.net/fix.php?id=65810&r=oldversion Not developer issue:https://bugs.php.net/fix.php?id=65810&r=support Expected behavior: https://bugs.php.net/fix.php?id=65810&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=65810&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=65810&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=65810&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65810&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=65810&r=dst IIS Stability: https://bugs.php.net/fix.php?id=65810&r=isapi Install GNU Sed:https://bugs.php.net/fix.php?id=65810&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=65810&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=65810&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=65810&r=mysqlcfg
[PHP-BUG] Bug #65040 [NEW]: No error message reported and entire script fails
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
Bug #65040 [Com]: No error message reported and entire script fails
Edit report at https://bugs.php.net/bug.php?id=65040&edit=1 ID: 65040 Comment by: gnjagi at gmail dot com Reported by:gnjagi at gmail dot com Summary:No error message reported and entire script fails Status: Not a bug Type: Bug Package:*General Issues Operating System: windows PHP Version:Irrelevant Block user comment: N Private report: N New Comment: This error gives a blank screen gives no error message for if($eta!=''){ and if($eta!=''){$flt_type='1'} Previous Comments: [2013-06-14 13:28:53] ras...@php.net You need to check where your errors are being logged to. This definitely generates an error. eg. https://bugs.php.net/bug.php?id=65040&edit=1
Bug #65040 [Com]: No error message reported and entire script fails
Edit report at https://bugs.php.net/bug.php?id=65040&edit=1 ID: 65040 Comment by: gnjagi at gmail dot com Reported by:gnjagi at gmail dot com Summary:No error message reported and entire script fails Status: Not a bug Type: Bug Package:*General Issues Operating System: windows PHP Version:Irrelevant Block user comment: N Private report: N New Comment: >From my end even if i set my error reporting to E_ALL | E_STRICT there is no >error message and nothing on the log file Previous Comments: [2013-06-14 13:51:29] gnjagi at gmail dot com This error gives a blank screen gives no error message for if($eta!=''){ and if($eta!=''){$flt_type='1'} [2013-06-14 13:28:53] ras...@php.net You need to check where your errors are being logged to. This definitely generates an error. eg. https://bugs.php.net/bug.php?id=65040&edit=1
Bug #65040 [Com]: No error message reported and entire script fails
Edit report at https://bugs.php.net/bug.php?id=65040&edit=1 ID: 65040 Comment by: gnjagi at gmail dot com Reported by:gnjagi at gmail dot com Summary:No error message reported and entire script fails Status: Not a bug Type: Bug Package:*General Issues Operating System: windows PHP Version:Irrelevant Block user comment: N Private report: N New Comment: echo ddss"; This statement also returns no error and gives a blank page same as echos "ddss"; test "xccc"; Previous Comments: ---- [2013-06-14 13:58:59] gnjagi at gmail dot com >From my end even if i set my error reporting to E_ALL | E_STRICT there is no >error message and nothing on the log file -------- [2013-06-14 13:51:29] gnjagi at gmail dot com This error gives a blank screen gives no error message for if($eta!=''){ and if($eta!=''){$flt_type='1'} [2013-06-14 13:28:53] ras...@php.net You need to check where your errors are being logged to. This definitely generates an error. eg. https://bugs.php.net/bug.php?id=65040&edit=1