Home
last modified time | relevance | path

Searched refs:childobj (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/dom/
H A Dnode.c909 childobj = node->_private; in _php_dom_insert_fragment()
910 childobj->document = intern->document; in _php_dom_insert_fragment()
936 dom_object *intern, *childobj, *refpobj; in PHP_FUNCTION() local
950 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
978 childobj->document = intern->document; in PHP_FUNCTION()
979 php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL); in PHP_FUNCTION()
1187 dom_object *intern, *childobj; in PHP_FUNCTION() local
1201 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1239 dom_object *intern, *childobj; in PHP_FUNCTION() local
1253 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_object3.phpt47 $childobj = new ChildClass();
57 var_dump( array_map(array($childobj, 'staticParent1'), $arr1) );

Completed in 11 milliseconds