php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14852 create_entity_reference causes warning
Submitted: 2002-01-04 12:14 UTC Modified: 2002-01-04 13:20 UTC
From: chregu@php.net Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.1.1 OS: linux
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: chregu@php.net
New email:
PHP Version: OS:

 

 [2002-01-04 12:14 UTC] chregu@php.net
the following code produces a warning at the end:

$xmlDoc = xmldocfile("test.xml");
$xmlDoc->create_entity_reference("bla");

xml-file (presumable any..):
<?xml version="1.0"?>
<buecher>
<buch buch_id="1" isbn="3-8266-0612-4">
<titel>Apache Web-Server</titel>
<jahr>2000</jahr>
<kategorie>2</kategorie>
</buch>
</buecher>

warning message:

Warning: Unknown list entry type in request shutdown (-10004) in Unknown on line 0






Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-04 13:20 UTC] mfischer@php.net
Already fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 18:01:34 2024 UTC