Lines Matching refs:zval

104 typedef int (*dom_read_t)(dom_object *obj, zval *retval);
105 typedef int (*dom_write_t)(dom_object *obj, zval *newval);
284 static int dom_read_na(dom_object *obj, zval *retval) in dom_read_na()
292 static int dom_write_na(dom_object *obj, zval *newval) in dom_write_na()
313 static zval *dom_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot) /* {… in dom_get_property_ptr_ptr()
317 zval *retval = NULL; in dom_get_property_ptr_ptr()
329 zval *dom_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in dom_read_property()
333 zval *retval; in dom_read_property()
359 void dom_write_property(zval *object, zval *member, zval *value, void **cache_slot) in dom_write_property()
379 static int dom_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in dom_property_exists()
390 zval tmp; in dom_property_exists()
411 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper()
433 zval value; in dom_get_debug_info_helper()
454 static HashTable* dom_get_debug_info(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info()
460 void *php_dom_export_node(zval *object) /* {{{ */ in php_dom_export_node()
478 zval *node; in PHP_FUNCTION()
501 static zend_object *dom_objects_store_clone_obj(zval *zobject) /* {{{ */ in dom_objects_store_clone_obj()
533 static void dom_copy_prop_handler(zval *zv) /* {{{ */ in dom_copy_prop_handler()
541 static void dom_dtor_prop_handler(zval *zv) /* {{{ */ in dom_dtor_prop_handler()
584 static zend_object *dom_objects_store_clone_obj(zval *zobject);
1170 void php_dom_create_interator(zval *return_value, int ce_type) /* {{{ */ in php_dom_create_interator()
1185 PHP_DOM_EXPORT zend_bool php_dom_create_object(xmlNodePtr obj, zval *return_value, dom_object *domo… in php_dom_create_object()
1294 void php_dom_create_implementation(zval *retval) { in php_dom_create_implementation()
1546 zval *dom_nodelist_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in dom_nodelist_read_dimension()
1548 zval offset_copy; in dom_nodelist_read_dimension()
1561 int dom_nodelist_has_dimension(zval *object, zval *member, int check_empty) in dom_nodelist_has_dimension()
1564 zval rv; in dom_nodelist_has_dimension()
1569zval *length = zend_read_property(Z_OBJCE_P(object), object, "length", sizeof("length") - 1, 0, &r… in dom_nodelist_has_dimension()