php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48953 dealing with undefined indexes
Submitted: 2009-07-17 03:07 UTC Modified: 2009-12-26 11:05 UTC
From: philip@php.net Assigned:
Status: Not a bug Package: Doc Build problem
PHP Version: Irrelevant OS: Mac
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: philip@php.net
New email:
PHP Version: OS:

 

 [2009-07-17 03:07 UTC] philip@php.net
Description:
------------
While running phd on a [no doubt incomplete] translation, errors like 
the following are emitted. This is a lot of errors. 

Expected result:
----------------
Perfection 

Actual result:
--------------
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:78
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:78
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:92
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:78
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:78
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:92
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:120
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:78
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:78
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:77
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:77
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:120
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:77
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:77
	Undefined index: domimplementation.construct
[19:17:36 - E_NOTICE] 
/home/local/svn/phd_0_4/include/PhDHelper.class.php:120
	Undefined index: domimplementation.construct

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-12-26 11:05 UTC] bjori@php.net
Thats intentional.

PhD blindly assumes that everything referenced in the XML is there.
It doesn't try to validate anything.

This has two benefit: PhD doesn't have to waste time in validating 
everything, and you get to see whats wrong/missing in the XML

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC