Home
last modified time | relevance | path

Searched refs:Z_ADDREF_P (Results 1 – 25 of 67) sorted by relevance

123

/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_format.c30 #ifndef Z_ADDREF_P
31 #define Z_ADDREF_P(z) ((z)->refcount++) macro
/PHP-5.5/main/
H A Dphp_variables.c518 Z_ADDREF_P(arr); in php_build_argv()
519 Z_ADDREF_P(argc); in php_build_argv()
524 Z_ADDREF_P(arr); in php_build_argv()
525 Z_ADDREF_P(argc); in php_build_argv()
651 Z_ADDREF_P(vars); in php_auto_globals_create_get()
678 Z_ADDREF_P(vars); in php_auto_globals_create_post()
701 Z_ADDREF_P(vars); in php_auto_globals_create_cookie()
720 Z_ADDREF_P(vars); in php_auto_globals_create_files()
776 Z_ADDREF_P(PG(http_globals)[TRACK_VARS_SERVER]); in php_auto_globals_create_server()
798 Z_ADDREF_P(PG(http_globals)[TRACK_VARS_ENV]); in php_auto_globals_create_env()
/PHP-5.5/ext/dom/
H A Ddom_iterators.c208 Z_ADDREF_P(curattr); in php_dom_iterator_move_forward()
273 Z_ADDREF_P(object); in php_dom_get_iterator()
287 Z_ADDREF_P(curattr); in php_dom_get_iterator()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h26 #ifndef Z_ADDREF_P
28 #define Z_ADDREF_P(pz) (++(pz)->refcount) macro
/PHP-5.5/ext/standard/
H A Dphp_filestat.h67 Z_ADDREF_P(name);
/PHP-5.5/Zend/
H A Dzend_vm_execute.h14438 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_CONST()
14548 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_CONST()
16958 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_TMP()
17068 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_TMP()
19057 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_VAR()
19167 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_VAR()
22696 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_CV()
22806 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_CV()
24655 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_UNUSED_CONST()
24765 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_UNUSED_CONST()
[all …]
H A Dzend_execute.c102 #define PZVAL_LOCK(z) Z_ADDREF_P((z))
532 Z_ADDREF_P(value_ptr); in zend_assign_to_variable_reference()
678 Z_ADDREF_P(object); in zend_assign_to_object()
723 Z_ADDREF_P(value); in zend_assign_to_object()
899 Z_ADDREF_P(value); in zend_assign_to_variable()
920 Z_ADDREF_P(value); in zend_assign_to_variable()
1038 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address_inner()
1070 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address_inner()
1102 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address()
1625 Z_ADDREF_P(arg_dst[i]); in i_create_execute_data_from_op_array()
[all …]
H A Dzend_vm_def.h383 Z_ADDREF_P(object);
404 Z_ADDREF_P(z);
507 Z_ADDREF_P(objval);
660 Z_ADDREF_P(z);
770 Z_ADDREF_P(z);
830 Z_ADDREF_P(val);
877 Z_ADDREF_P(val);
925 Z_ADDREF_P(val);
968 Z_ADDREF_P(val);
3095 Z_ADDREF_P(varptr);
[all …]
H A Dzend.h342 #define Z_ADDREF_PP(ppz) Z_ADDREF_P(*(ppz))
351 #define Z_ADDREF_P(pz) zval_addref_p(pz) macro
360 #define Z_ADDREF(z) Z_ADDREF_P(&(z))
829 Z_ADDREF_P(varptr); \
H A Dzend_object_handlers.c177 Z_ADDREF_P(value); in zend_std_call_setter()
465 Z_ADDREF_P(object); in zend_std_read_property()
572 Z_ADDREF_P(value); in zend_std_write_property()
586 Z_ADDREF_P(object); in zend_std_write_property()
598 Z_ADDREF_P(value); in zend_std_write_property()
757 Z_ADDREF_P(new_zval); in zend_std_get_property_ptr_ptr()
830 Z_ADDREF_P(object); in zend_std_unset_property()
1447 Z_ADDREF_P(object); in zend_std_has_property()
1462 Z_ADDREF_P(rv); in zend_std_has_property()
H A Dzend_variables.c232 Z_ADDREF_P(tmp); in zval_copy_static_var()
H A Dzend_objects.c178 Z_ADDREF_P(new_object->properties_table[i]); in zend_objects_clone_members()
H A Dzend_closures.c342 Z_ADDREF_P(closure->this_ptr); in zend_closure_get_debug_info()
499 Z_ADDREF_P(this_ptr); in zend_create_closure()
H A Dzend_generators.c302 Z_ADDREF_P(EG(This)); in zend_generator_create_zval()
536 Z_ADDREF_P(value); in ZEND_METHOD()
/PHP-5.5/ext/mysqli/
H A Dmysqli_result_iterator.c56 Z_ADDREF_P(object); in php_mysqli_result_get_iterator()
H A Dmysqli.c312 #ifndef Z_ADDREF_P
314 #define Z_ADDREF_P(pz) (++(pz)->refcount) macro
387 Z_ADDREF_P(value); in mysqli_write_property()
430 Z_ADDREF_P(value); in mysqli_object_has_property()
440 Z_ADDREF_P(value); in mysqli_object_has_property()
475 Z_ADDREF_P(value); in mysqli_object_get_debug_info()
1212 Z_ADDREF_P(res); in php_mysqli_fetch_into_hash_aux()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c162 Z_ADDREF_P(object); in resourcebundle_get_iterator()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c141 Z_ADDREF_P(from->elements[i]); in spl_fixedarray_copy()
179 Z_ADDREF_P(intern->array->elements[i]); in spl_fixedarray_object_get_properties()
182 Z_ADDREF_P(EG(uninitialized_zval_ptr)); in spl_fixedarray_object_get_properties()
676 Z_ADDREF_P(intern->array->elements[i]); in SPL_METHOD()
679 Z_ADDREF_P(EG(uninitialized_zval_ptr)); in SPL_METHOD()
1079 Z_ADDREF_P(object); in spl_fixedarray_get_iterator()
H A Dspl_heap.c98 Z_ADDREF_P((zval *)elem); in spl_ptr_heap_zval_ctor()
412 Z_ADDREF_P((zval *)intern->heap->elements[i]); in spl_heap_object_new_ex()
560 Z_ADDREF_P(intern->heap->elements[i]); in spl_heap_object_get_debug_info_helper()
738 Z_ADDREF_P(value_out); in SPL_METHOD()
1112 Z_ADDREF_P(object); in spl_heap_get_iterator()
1136 Z_ADDREF_P(object); in spl_pqueue_get_iterator()
H A Dspl_array.c200 Z_ADDREF_P(other->array); in spl_array_object_new_ex()
204 Z_ADDREF_P(intern->array); in spl_array_object_new_ex()
454 Z_ADDREF_P(value); in spl_array_write_dimension_ex()
465 Z_ADDREF_P(value); in spl_array_write_dimension_ex()
482 Z_ADDREF_P(value); in spl_array_write_dimension_ex()
491 Z_ADDREF_P(value); in spl_array_write_dimension_ex()
1146 Z_ADDREF_P(intern->array); in spl_array_set_array()
1180 Z_ADDREF_P(object); in spl_array_get_iterator()
H A Dphp_spl.c552 Z_ADDREF_P(zcallable); in PHP_FUNCTION()
575 Z_ADDREF_P(alfi.obj); in PHP_FUNCTION()
731 Z_ADDREF_P(alfi->closure); in PHP_FUNCTION()
739 Z_ADDREF_P(alfi->obj); in PHP_FUNCTION()
H A Dspl_dllist.c119 Z_ADDREF_P((zval *)elem->data); in spl_ptr_llist_zval_ctor()
542 Z_ADDREF_P(current->data); in spl_dllist_object_get_debug_info()
1263 Z_ADDREF_P(value); in SPL_METHOD()
1317 Z_ADDREF_P(object); in spl_dllist_get_iterator()
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c428 Z_ADDREF_P(cloneproxy->zobj); in saproxy_clone()
452 Z_ADDREF_P(proxy->zobj); in php_com_saproxy_create()
570 Z_ADDREF_P(I->proxy_obj); in php_com_saproxy_iter_get()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c474 Z_ADDREF_P(object);
532 Z_ADDREF_P(object);
1446 Z_ADDREF_P(param.parameter);
1479 Z_ADDREF_P(param.parameter);
1590 Z_ADDREF_P(object);
1646 Z_ADDREF_P(db_zval);
1767 Z_ADDREF_P(data);
/PHP-5.5/ext/libxml/
H A Dlibxml.c954 Z_ADDREF_P(arg); in PHP_FUNCTION()
1119 Z_ADDREF_P(fci.function_name); in PHP_FUNCTION()
1121 Z_ADDREF_P(fci.object_ptr); in PHP_FUNCTION()

Completed in 326 milliseconds

123