/PHP-5.6/Zend/ |
H A D | zend_variables.c | 103 ZEND_API void zval_add_ref(zval **p) in zval_add_ref() function 141 …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 D | zend_variables.h | 78 ZEND_API void zval_add_ref(zval **p);
|
H A D | zend_objects_API.c | 339 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 D | zend_objects.c | 188 …zend_hash_copy(new_object->properties, old_object->properties, (copy_ctor_func_t) zval_add_ref, (v… in zend_objects_clone_members()
|
H A D | zend_closures.c | 352 …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.6/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 129 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 D | breakiterator_iterators.cpp | 124 zval_add_ref(&object); in _breakiterator_get_iterator() 224 zval_add_ref(&break_iter_zv); in IntlIterator_from_BreakIterator_parts()
|
H A D | breakiterator_methods.cpp | 189 zval_add_ref(&bio->text); in PHP_FUNCTION()
|
/PHP-5.6/ext/intl/collator/ |
H A D | collator_sort.c | 109 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 D | collator_convert.c | 38 zval_add_ref( &retval ); \
|
/PHP-5.6/ext/intl/msgformat/ |
H A D | msgformat_format.c | 46 zend_hash_copy(args_copy, Z_ARRVAL_P(args), (copy_ctor_func_t)zval_add_ref, in msgfmt_do_format()
|
/PHP-5.6/ext/intl/common/ |
H A D | common_enum.cpp | 190 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.6/ext/standard/ |
H A D | array.c | 1411 zval_add_ref(entry); in PHP_FUNCTION() 1535 zval_add_ref(&val); in PHP_FUNCTION() 1539 zval_add_ref(&val); in PHP_FUNCTION() 1567 zval_add_ref(&val); in PHP_FUNCTION() 1579 zval_add_ref(&val); in PHP_FUNCTION() 2070 zval_add_ref(entry); in PHP_FUNCTION() 2363 zval_add_ref(entry); in PHP_FUNCTION() 2533 zval_add_ref(entry); in PHP_FUNCTION() 2666 zval_add_ref(entry); in PHP_FUNCTION() 4150 zval_add_ref(operand); in PHP_FUNCTION() [all …]
|
H A D | assert.c | 325 zval_add_ref(value); in PHP_FUNCTION()
|
H A D | streamsfuncs.c | 692 zval_add_ref(dest_elem); in stream_array_from_fd_set() 740 zval_add_ref(dest_elem); in stream_array_emulate_read_fd_set()
|
/PHP-5.6/ext/curl/ |
H A D | interface.c | 2000 zval_add_ref(&ch->handlers->passwd); in PHP_FUNCTION() 2006 zval_add_ref(&ch->handlers->write->func_name); in PHP_FUNCTION() 2010 zval_add_ref(&ch->handlers->read->func_name); in PHP_FUNCTION() 2038 zval_add_ref(&ch->handlers->fnmatch->func_name); in PHP_FUNCTION() 2435 zval_add_ref(zvalue); in _php_curl_setopt() 2552 zval_add_ref(zvalue); in _php_curl_setopt() 2719 zval_add_ref(zvalue); in _php_curl_setopt() 2729 zval_add_ref(zvalue); in _php_curl_setopt() 2748 zval_add_ref(zvalue); in _php_curl_setopt() 2773 zval_add_ref(zvalue); in _php_curl_setopt() [all …]
|
/PHP-5.6/ext/xsl/ |
H A D | php_xsl.c | 246 zval_add_ref(&wrapper); in php_xsl_create_object()
|
/PHP-5.6/ext/spl/ |
H A D | spl_array.c | 197 …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() 791 …e), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_func_t) zval_add_ref, &tmp, sizeof(z… in SPL_METHOD() 833 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_array_get_debug_info() 836 zval_add_ref(&storage); in spl_array_get_debug_info() 1314 …e), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_func_t) zval_add_ref, &tmp, sizeof(z… in SPL_METHOD() 1842 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
|
H A D | spl_observer.c | 341 …zend_hash_copy(intern->debug_info, props, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(z… in spl_object_storage_debug_info() 920 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
|
/PHP-5.6/ext/intl/transliterator/ |
H A D | transliterator_class.c | 133 (copy_ctor_func_t) zval_add_ref, NULL, sizeof( zval* ) ); in Transliterator_object_create()
|
/PHP-5.6/ext/sockets/ |
H A D | multicast.c | 103 zval_add_ref(&val); in php_get_if_index_from_zval() 138 zval_add_ref(&valcp); in php_get_address_from_array()
|
/PHP-5.6/ext/intl/timezone/ |
H A D | timezone_class.cpp | 378 (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval*)); in TimeZone_object_create()
|
/PHP-5.6/ext/intl/calendar/ |
H A D | calendar_class.cpp | 269 (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval*)); in Calendar_object_create()
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_nonapi.c | 724 zval_add_ref(dest_elem); 765 zval_add_ref(dest_elem);
|
/PHP-5.6/ext/dom/ |
H A D | xpath.c | 229 zval_add_ref(&retval); in dom_xpath_ext_function_php()
|