diff options
author | Zeev Suraski <zeev@php.net> | 2003-07-22 13:50:00 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-07-22 13:50:00 +0000 |
commit | 6c24e1577c41b4b31e9ff5946a4549ef0fe837c0 (patch) | |
tree | db8eae92f1d584a53ba30cf9646c615dc184db94 /ext/dom/xml_common.h | |
parent | 6a50660cfe72ec200377c2537c7ec083f7172eb2 (diff) | |
download | php-git-6c24e1577c41b4b31e9ff5946a4549ef0fe837c0.tar.gz |
API update
Diffstat (limited to 'ext/dom/xml_common.h')
-rw-r--r-- | ext/dom/xml_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/xml_common.h b/ext/dom/xml_common.h index c16aef5ab0..304635f85c 100644 --- a/ext/dom/xml_common.h +++ b/ext/dom/xml_common.h @@ -61,7 +61,7 @@ typedef struct _dom_object { #define PHP_DOM_EXPORT(__type) PHPAPI __type PHP_DOM_EXPORT(zval *) php_dom_create_object(xmlNodePtr obj, int *found, zval *in, zval* return_value, dom_object *domobj TSRMLS_DC); -PHP_DOM_EXPORT(zval *) dom_read_property(zval *object, zval *member TSRMLS_DC); +PHP_DOM_EXPORT(zval *) dom_read_property(zval *object, zval *member, zend_bool silent TSRMLS_DC); PHP_DOM_EXPORT(void) dom_write_property(zval *object, zval *member, zval *value TSRMLS_DC); #define DOM_XMLNS_NAMESPACE \ |