summaryrefslogtreecommitdiff
path: root/ext/xml/php_xml.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-18 03:20:53 +0000
committerZeev Suraski <zeev@php.net>1999-12-18 03:20:53 +0000
commit8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 (patch)
treeb200bbd8353d472462fbcb9660adf2a0d961b0a7 /ext/xml/php_xml.h
parentcce755591b2091f0d92422b5031ca40d27a6e55a (diff)
downloadphp-git-8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2.tar.gz
More php3_ annihilation
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r--ext/xml/php_xml.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h
index b904a3eb28..54a0654c45 100644
--- a/ext/xml/php_xml.h
+++ b/ext/xml/php_xml.h
@@ -83,11 +83,11 @@ typedef struct {
extern zend_module_entry xml_module_entry;
# define xml_module_ptr &xml_module_entry
-enum php3_xml_option {
- PHP3_XML_OPTION_CASE_FOLDING = 1,
- PHP3_XML_OPTION_TARGET_ENCODING,
- PHP3_XML_OPTION_SKIP_TAGSTART,
- PHP3_XML_OPTION_SKIP_WHITE
+enum php_xml_option {
+ PHP_XML_OPTION_CASE_FOLDING = 1,
+ PHP_XML_OPTION_TARGET_ENCODING,
+ PHP_XML_OPTION_SKIP_TAGSTART,
+ PHP_XML_OPTION_SKIP_WHITE
};
# define RETURN_OUT_OF_MEMORY \