#45789 [Bgs]: Silent crash on duplicate method

2008-08-11 Thread johannes
 ID:   45789
 Updated by:   [EMAIL PROTECTED]
 Reported By:  DikMax at gmail dot com
 Status:   Bogus
 Bug Type: Class/Object related
 Operating System: WinXP sp3
 PHP Version:  5.2.6
 New Comment:

verify, using phpinfo(), that you're editing the correct php.ini and
are not overwriting the settings somewhere.


Previous Comments:


[2008-08-11 22:12:43] DikMax at gmail dot com

Ok.
Maybe I wrote bad example.

I have next options in php.ini:

error_reporting  =  E_ALL | E_STRICT
display_errors = On
display_startup_errors = On
log_errors = On

and it still produce no output (in Apache's error.log or browser
window). First time I saw this thing when use include_once to other
file. And PHP silently stops running on include class with duplicate
methods.



[2008-08-11 21:53:05] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Please enable error reporting in your server, then you get a "Fatal
error: Cannot redeclare ClassName::method()". Setting this in the script
doesn'T work as the error is generated before the script executes.



[2008-08-11 21:38:35] DikMax at gmail dot com

Description:

When write two methods with same name in one class PHP doesn't produce
any error. It just silently stops processing on include

Reproduce code:
---
http://bugs.php.net/?id=45789&edit=1



#45789 [Bgs]: Silent crash on duplicate method

2008-08-11 Thread DikMax at gmail dot com
 ID:   45789
 User updated by:  DikMax at gmail dot com
 Reported By:  DikMax at gmail dot com
 Status:   Bogus
 Bug Type: Class/Object related
 Operating System: WinXP sp3
 PHP Version:  5.2.6
 New Comment:

Ok.
Maybe I wrote bad example.

I have next options in php.ini:

error_reporting  =  E_ALL | E_STRICT
display_errors = On
display_startup_errors = On
log_errors = On

and it still produce no output (in Apache's error.log or browser
window). First time I saw this thing when use include_once to other
file. And PHP silently stops running on include class with duplicate
methods.


Previous Comments:


[2008-08-11 21:53:05] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Please enable error reporting in your server, then you get a "Fatal
error: Cannot redeclare ClassName::method()". Setting this in the script
doesn'T work as the error is generated before the script executes.



[2008-08-11 21:38:35] DikMax at gmail dot com

Description:

When write two methods with same name in one class PHP doesn't produce
any error. It just silently stops processing on include

Reproduce code:
---
http://bugs.php.net/?id=45789&edit=1