]> granicus.if.org Git - php/commitdiff
These function docs are referencing zend_object_value but this should be zend_object
authorTom Van Looy <tom@ctors.net>
Wed, 23 Dec 2015 20:35:00 +0000 (21:35 +0100)
committerJulien Pauli <jpauli@php.net>
Thu, 24 Dec 2015 09:24:53 +0000 (10:24 +0100)
ext/dom/php_dom.c
ext/spl/spl_directory.c

index 0745da9df21a325fe3676f2a2abb58eaabb2c90a..83832de62f5a12b59d293adca6d191c211820d51 100644 (file)
@@ -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));
index a330ac42ff2568b0cacfec94d278c560940cefaa..c9f62778920a76f8223872844ee5547ad9c2528c 100644 (file)
@@ -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