summaryrefslogtreecommitdiff
path: root/ext/xml/php3_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/php3_xml.h')
-rw-r--r--ext/xml/php3_xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/php3_xml.h b/ext/xml/php3_xml.h
index 5016848c8e..5049a11219 100644
--- a/ext/xml/php3_xml.h
+++ b/ext/xml/php3_xml.h
@@ -93,7 +93,7 @@ enum php3_xml_option {
};
# define RETURN_OUT_OF_MEMORY \
- php3_error(E_WARNING, "Out of memory");\
+ php_error(E_WARNING, "Out of memory");\
RETURN_FALSE
/* for xml_parse_into_struct */