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

 ID:                 65404
 Updated by:         johan...@php.net
 Reported by:        info at djdb dot be
 Summary:            OO with screen of death
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            Output Control
 Operating System:   win (irrelevant)
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

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

Variables can be reassigned.


Previous Comments:
------------------------------------------------------------------------
[2013-08-06 13:34:19] info at djdb dot be

Description:
------------
file--1
$myobject = new object1();
class object1{
...
}
file--2
$myobject = new object2();
include(file--1)
class object2{
...
}

so the name of variable of instanties arr the same but no error message is write
so i was many time watching wat there was wrong (the file was to big to place 
them here)


Test script:
---------------
file--1
$myobject = new object1();
class object1{
...
}
file--2
$myobject = new object2();
include(file--1)
class object2{
...
}




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



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

Reply via email to