mirror of
https://github.com/php/php-src.git
synced 2025-01-24 04:33:39 +08:00
Fix Warning
This commit is contained in:
parent
8f4e9d9e42
commit
913f5ce8ec
@ -49,6 +49,7 @@ ZEND_API zend_class_entry *sxe_get_element_class_entry()
|
||||
|
||||
#define SXE_METHOD(func) PHP_METHOD(simplexml_element, func)
|
||||
|
||||
static php_sxe_object* php_sxe_object_new(zend_class_entry *ce TSRMLS_DC);
|
||||
static zend_object_value php_sxe_register_object(php_sxe_object * TSRMLS_DC);
|
||||
|
||||
/* {{{ _node_as_zval()
|
||||
|
Loading…
Reference in New Issue
Block a user