From aadb3dd503b8564e0525b056e432d8ac410ba95b Mon Sep 17 00:00:00 2001 From: Tom Van Looy Date: Wed, 23 Dec 2015 21:35:00 +0100 Subject: [PATCH] These function docs are referencing zend_object_value but this should be zend_object --- ext/dom/php_dom.c | 2 +- ext/spl/spl_directory.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index 0745da9df2..83832de62f 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -1100,7 +1100,7 @@ zend_object *dom_objects_new(zend_class_entry *class_type) /* }}} */ #if defined(LIBXML_XPATH_ENABLED) -/* {{{ zend_object_value dom_xpath_objects_new(zend_class_entry *class_type) */ +/* {{{ zend_object dom_xpath_objects_new(zend_class_entry *class_type) */ zend_object *dom_xpath_objects_new(zend_class_entry *class_type) { dom_xpath_object *intern = ecalloc(1, sizeof(dom_xpath_object) + zend_object_properties_size(class_type)); diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index a330ac42ff..c9f6277892 100644 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -315,7 +315,7 @@ static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_inclu } /* }}} */ /* {{{ spl_filesystem_object_clone */ -/* Local zend_object_value creation (on stack) +/* Local zend_object creation (on stack) Load the 'other' object Create a new empty object (See spl_filesystem_object_new_ex) Open the directory -- 2.40.0