mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
These function docs are referencing zend_object_value but this should be zend_object
This commit is contained in:
committed by
Julien Pauli
parent
c2fa01b939
commit
aadb3dd503
+1
-1
@@ -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));
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user