Home
last modified time | relevance | path

Searched refs:zval_add_ref (Results 26 – 39 of 39) sorted by relevance

12

/PHP-5.4/Zend/
H A Dzend_builtin_functions.c1449 zval_add_ref(&zv); in ZEND_FUNCTION()
1794 (copy_ctor_func_t)zval_add_ref, NULL, sizeof(zval *)); in ZEND_FUNCTION()
H A Dzend_API.c184 zval_add_ref(param); in zend_copy_parameters_array()
2544 zval_add_ref(&symbol); in zend_set_hash_symbol()
H A Dzend_compile.c2799 …zend_hash_copy(op_array->static_variables, static_variables, (copy_ctor_func_t) zval_add_ref, (voi… in function_add_ref()
3412 ((void (*)(void *)) (((parent_ce)->type != (ce)->type) ? zval_internal_ctor : zval_add_ref))
3415 ((void (*)(void *)) zval_add_ref)
3598 …zend_hash_merge_ex(&ce->constants_table, &iface->constants_table, (copy_ctor_func_t) zval_add_ref,… in zend_do_implement_interface()
/PHP-5.4/ext/spl/
H A Dspl_directory.c607 …zend_hash_copy(rv, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(… in spl_filesystem_object_get_debug_info()
1669 zval_add_ref(&object); in spl_filesystem_dir_get_iterator()
1875 zval_add_ref(&object); in spl_filesystem_tree_get_iterator()
H A Dspl_dllist.c529 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_dllist_object_get_debug_info()
H A Dspl_heap.c544 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_heap_object_get_debug_info_helper()
/PHP-5.4/ext/pcntl/
H A Dpcntl.c894 if (dest_handle) zval_add_ref(dest_handle); in PHP_FUNCTION()
/PHP-5.4/ext/wddx/
H A Dwddx.c995 (void (*)(void *)) zval_add_ref, in php_wddx_pop_element()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c1886 …_P(return_value), fptr->op_array.static_variables, (copy_ctor_func_t) zval_add_ref, (void *) &tmp_… in ZEND_METHOD()
3308 zval_add_ref(&argument); in reflection_class_object_ctor()
4014 …zend_hash_copy(Z_ARRVAL_P(return_value), &ce->constants_table, (copy_ctor_func_t) zval_add_ref, (v… in ZEND_METHOD()
4983 zval_add_ref(&member_p); in ZEND_METHOD()
/PHP-5.4/ext/xml/
H A Dxml.c497 zval_add_ref(data); in xml_set_handler()
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c524 zval_add_ref(&match_pair); in add_offset_pair()
/PHP-5.4/ext/oci8/
H A Doci8_interface.c89 zval_add_ref(&var); in PHP_FUNCTION()
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c2094 zval_add_ref(var);
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c1049 zval_add_ref(data_ptr); in sxe_properties_add()

Completed in 123 milliseconds

12