|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-04 13:20 UTC] mfischer@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 12:00:01 2025 UTC |
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