Edit report at https://bugs.php.net/bug.php?id=55144&edit=1

 ID:                 55144
 Updated by:         paj...@php.net
 Reported by:        singhkumardinesh at gmail dot com
 Summary:            Program not generating error giving blank pages
-Status:             Open
+Status:             Bogus
 Type:               Bug
 Package:            *General Issues
 Operating System:   Ububtu 10.4
 PHP Version:        5.3.6
 Block user comment: N
 Private report:     N

 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Please double check your config, using phpinfo() for example and restart the 
web 
server if you updated the configuration. But the error is raised, as expected.


Previous Comments:
------------------------------------------------------------------------
[2011-07-10 09:42:46] singhkumardinesh at gmail dot com

I checked that in my system with the display errors and error reporting but 
i do not get any error. I am still getting blank page. can please provide me 
help.

------------------------------------------------------------------------
[2011-07-08 18:15:05] ka...@php.net

Did you check your error verbosity in error_reporting and display_errors being 
correctly defined for the script?

------------------------------------------------------------------------
[2011-07-06 06:08:27] singhkumardinesh at gmail dot com

Description:
------------
When i m running below code (on  php 5.3.2) that time it not giving me any 
error but it should generate error.

that program have 2-3 error but not generating it giving me error on lower 
version of php 5.3 like 5.2 etc.



Test script:
---------------
final class A{
    function foo($a){
        if (isset($this)) {
            echo "If";
        } else {
            echo "Else";
        }
    }
}
class b extends A {}
$a = new A();
$a->foo();

Expected result:
----------------
Should give fatal error for class a should not extand

and 
warning argument missing in function foo


Actual result:
--------------
blank pages


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



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

Reply via email to