From 792dd6e1c9c4bcdf3ba879c6d2986b22dc8bad1e Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Thu, 3 Jun 2010 21:47:00 +0000 Subject: [PATCH] Corrected method name createTextElement -> createTextNode. Fixes doc #51990 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300172 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/domdocument/createelement.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/dom/domdocument/createelement.xml b/reference/dom/domdocument/createelement.xml index 5a818ac126..fd50786d1f 100644 --- a/reference/dom/domdocument/createelement.xml +++ b/reference/dom/domdocument/createelement.xml @@ -98,7 +98,7 @@ echo $dom->saveXML(); The value will not be escaped. - Use DOMDocument::createTextElement to create a + Use DOMDocument::createTextNode to create a text node with escaping support.