ID:               38116
 Updated by:       [EMAIL PROTECTED]
 Reported By:      nimce4u at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Windows XP Pro
 PHP Version:      5.1.4
 New Comment:

Because it's the same file on Windows.
No bug here.


Previous Comments:
------------------------------------------------------------------------

[2006-07-16 20:24:16] nimce4u at gmail dot com

Description:
------------
When I use include_once
With:
include_once("inc.php");
and
include_once("INC.php");
The file are included two times!!


Reproduce code:
---------------
org.php:

<?php
include_once("inc.php");
include_once("INC.php");
?>

Expected result:
----------------
inc.php is included ONE TIME ONLY

Actual result:
--------------
inc.php is included TWO TIMES!


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


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

Reply via email to