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
 [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 Mar 28 18:01:29 2024 UTC