ID: 45362
Comment by: david71rj at gmaill dot com
Reported By: david71rj at gmail dot com
Status: Open
Bug Type: Directory function related
Operating System: Windows Vista SP1
PHP Version: 5.2.6
New Comment:
Too works with:
class Name
{
function __destruct()
{
echo realpath("./");
}
}
Don't is needly call a function.
Previous Comments:
------------------------------------------------------------------------
[2008-06-26 03:43:56] david71rj at gmail dot com
Description:
------------
- See "Reproduce code" -
Reproduce code:
---------------
class Name
{
function __descruct()
{
$this->Save();
}
function Save()
{
echo realpath("./");
}
}
echo realpath("./")."\n";
$test = new Name();
Expected result:
----------------
C:/project/test
C:/wampserver/bin/apache/apache2.2.8 <-- (o.O)
Actual result:
--------------
C:/project/test
C:/project/test
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=45362&edit=1