Comment 8 for bug 244432

Revision history for this message
zawmn83 (zawmn83) wrote :

Same problem in my firefox too.

FF version 3.5.8

I browse my simple php page that include the following
<?php
 require('abcd.php');
 echo 'abcd';
?>

abcd.php is not exist. it should result as follows
PHP Warning: require(abcd.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in E:\PHP\testerr.php on line 2
PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'abcd.php' (include_path='.;C:\php5\pear') in E:\PHP\testerr.php on line 2

But my firefox didn't show anything. When I tried in google chrome browser, it show above error result.