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 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 10:01:27 2025 UTC