ID: 38370
Updated by: [EMAIL PROTECTED]
Reported By: phpbug at trash-mail dot de
-Status: Open
+Status: Feedback
Bug Type: Class/Object related
Operating System: Windows XP
PHP Version: 5.1.4
New Comment:
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.
A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc. If the script requires a
database to demonstrate the issue, please make sure it creates
all necessary tables, stored procedures etc.
Please avoid embedding huge scripts into the report.
Previous Comments:
------------------------------------------------------------------------
[2006-08-07 22:02:07] phpbug at trash-mail dot de
Description:
------------
This issue is related to #24608.
---quote of [EMAIL PROTECTED]:
I have fixed it to give an error in this case and not to do things
which it is not supposed to do.
---
No error is given if a __get method is defined.
Reproduce code:
---------------
$obj->dataarray['field']='...'; /* results in a call to
$obj->__get('dataarray') */
Expected result:
----------------
$obj->__get() should be enabled to receive arrays. Otherwise the docs
should clearly discuss this limitation and recommend an alternative
procedure for overloading properties of type array.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=38370&edit=1