php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14670 no warning on accessing an array element of an object
Submitted: 2001-12-23 08:31 UTC Modified: 2002-08-14 14:28 UTC
From: sander@php.net Assigned:
Status: Not a bug Package: Class/Object related
PHP Version: 4.1.0 OS: Debian Linux, Win2K
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sander@php.net
New email:
PHP Version: OS:

 

 [2001-12-23 08:31 UTC] sander@php.net
error_reporting(E_ALL);

class foo{}
$bar=new foo();
echo $bar['anything'];

There's no warning!
Is this expected behaviour or a bug?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-14 14:28 UTC] iliaa@php.net
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


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC