Home
last modified time | relevance | path

Searched refs:zval_add_ref (Results 1 – 25 of 48) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend_variables.c100 ZEND_API void zval_add_ref(zval **p) in zval_add_ref() function
139 …zend_hash_copy(tmp_ht, original_ht, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)… in _zval_copy_ctor_func()
H A Dzend_variables.h78 ZEND_API void zval_add_ref(zval **p);
H A Dzend_objects_API.c339 zval_add_ref(&(*object_clone)->property); in zend_objects_proxy_clone()
340 zval_add_ref(&(*object_clone)->object); in zend_objects_proxy_clone()
349 zval_add_ref(&pobj->object); in zend_object_create_proxy()
H A Dzend_objects.c188 …zend_hash_copy(new_object->properties, old_object->properties, (copy_ctor_func_t) zval_add_ref, (v… in zend_objects_clone_members()
H A Dzend_closures.c337 …zend_hash_copy(Z_ARRVAL_P(val), static_variables, (copy_ctor_func_t)zval_add_ref, NULL, sizeof(zva… in zend_closure_get_debug_info()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp129 zval_add_ref(&bio_new->text); in BreakIterator_clone_obj()
163 zval_add_ref(&bio->text); in BreakIterator_get_debug_info()
224 (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval*)); in BreakIterator_object_create()
H A Dbreakiterator_iterators.cpp124 zval_add_ref(&object); in _breakiterator_get_iterator()
224 zval_add_ref(&break_iter_zv); in IntlIterator_from_BreakIterator_parts()
H A Dbreakiterator_methods.cpp189 zval_add_ref(&bio->text); in PHP_FUNCTION()
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c109 zval_add_ref( &num1 ); in collator_regular_compare_function()
113 zval_add_ref( &num2 ); in collator_regular_compare_function()
512 zval_add_ref( sortKeyIndxBuf[j].zstr ); in PHP_FUNCTION()
H A Dcollator_convert.c38 zval_add_ref( &retval ); \
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_format.c46 zend_hash_copy(args_copy, Z_ARRVAL_P(args), (copy_ctor_func_t)zval_add_ref, in msgfmt_do_format()
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp190 zval_add_ref(&object); in IntlIterator_get_iterator()
205 (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval*)); in IntlIterator_object_create()
/PHP-5.5/ext/standard/
H A Darray.c1410 zval_add_ref(entry); in PHP_FUNCTION()
1530 zval_add_ref(&val); in PHP_FUNCTION()
1534 zval_add_ref(&val); in PHP_FUNCTION()
1562 zval_add_ref(&val); in PHP_FUNCTION()
1574 zval_add_ref(&val); in PHP_FUNCTION()
2190 zval_add_ref(entry); in PHP_FUNCTION()
2483 zval_add_ref(entry); in PHP_FUNCTION()
2653 zval_add_ref(entry); in PHP_FUNCTION()
2797 zval_add_ref(entry); in PHP_FUNCTION()
4256 zval_add_ref(operand); in PHP_FUNCTION()
[all …]
H A Dassert.c325 zval_add_ref(value); in PHP_FUNCTION()
H A Dstreamsfuncs.c701 zval_add_ref(dest_elem); in stream_array_from_fd_set()
749 zval_add_ref(dest_elem); in stream_array_emulate_read_fd_set()
/PHP-5.5/ext/curl/
H A Dinterface.c2041 zval_add_ref(&ch->handlers->passwd); in PHP_FUNCTION()
2047 zval_add_ref(&ch->handlers->write->func_name); in PHP_FUNCTION()
2051 zval_add_ref(&ch->handlers->read->func_name); in PHP_FUNCTION()
2079 zval_add_ref(&ch->handlers->fnmatch->func_name); in PHP_FUNCTION()
2470 zval_add_ref(zvalue); in _php_curl_setopt()
2579 zval_add_ref(zvalue); in _php_curl_setopt()
2746 zval_add_ref(zvalue); in _php_curl_setopt()
2756 zval_add_ref(zvalue); in _php_curl_setopt()
2775 zval_add_ref(zvalue); in _php_curl_setopt()
2800 zval_add_ref(zvalue); in _php_curl_setopt()
[all …]
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c246 zval_add_ref(&wrapper); in php_xsl_create_object()
/PHP-5.5/ext/spl/
H A Dspl_array.c197 …zend_hash_copy(HASH_OF(intern->array), HASH_OF(other->array), (copy_ctor_func_t) zval_add_ref, &tm… in spl_array_object_new_ex()
776 …e), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_func_t) zval_add_ref, &tmp, sizeof(z… in SPL_METHOD()
818 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_array_get_debug_info()
821 zval_add_ref(&storage); in spl_array_get_debug_info()
1299 …e), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_func_t) zval_add_ref, &tmp, sizeof(z… in SPL_METHOD()
1826 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
H A Dspl_observer.c340 …zend_hash_copy(intern->debug_info, props, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(z… in spl_object_storage_debug_info()
904 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c133 (copy_ctor_func_t) zval_add_ref, NULL, sizeof( zval* ) ); in Transliterator_object_create()
/PHP-5.5/ext/sockets/
H A Dmulticast.c103 zval_add_ref(&val); in php_get_if_index_from_zval()
138 zval_add_ref(&valcp); in php_get_address_from_array()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp378 (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval*)); in TimeZone_object_create()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp269 (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval*)); in Calendar_object_create()
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c709 zval_add_ref(dest_elem);
750 zval_add_ref(dest_elem);
/PHP-5.5/ext/dom/
H A Dxpath.c229 zval_add_ref(&retval); in dom_xpath_ext_function_php()

Completed in 80 milliseconds

12