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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Thu Apr 25 04:01:38 2024 UTC