Home
last modified time | relevance | path

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

123

/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_format.c30 #ifndef Z_ADDREF_P
31 #define Z_ADDREF_P(z) ((z)->refcount++) macro
61 Z_ADDREF_P(fargs[i]); in msgfmt_do_format()
/PHP-5.4/main/
H A Dphp_variables.c519 Z_ADDREF_P(arr); in php_build_argv()
520 Z_ADDREF_P(argc); in php_build_argv()
525 Z_ADDREF_P(arr); in php_build_argv()
526 Z_ADDREF_P(argc); in php_build_argv()
668 Z_ADDREF_P(vars); in php_auto_globals_create_get()
695 Z_ADDREF_P(vars); in php_auto_globals_create_post()
718 Z_ADDREF_P(vars); in php_auto_globals_create_cookie()
737 Z_ADDREF_P(vars); in php_auto_globals_create_files()
775 Z_ADDREF_P(PG(http_globals)[TRACK_VARS_SERVER]); in php_auto_globals_create_server()
796 Z_ADDREF_P(PG(http_globals)[TRACK_VARS_ENV]); in php_auto_globals_create_env()
/PHP-5.4/ext/dom/
H A Ddom_iterators.c221 Z_ADDREF_P(curattr); in php_dom_iterator_move_forward()
286 Z_ADDREF_P(object); in php_dom_get_iterator()
300 Z_ADDREF_P(curattr); in php_dom_get_iterator()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_priv.h26 #ifndef Z_ADDREF_P
28 #define Z_ADDREF_P(pz) (++(pz)->refcount) macro
/PHP-5.4/ext/standard/
H A Dphp_filestat.h67 Z_ADDREF_P(name);
/PHP-5.4/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()
1198 Z_ADDREF_P(res); in php_mysqli_fetch_into_hash_aux()
/PHP-5.4/Zend/
H A Dzend_vm_execute.skl47 Z_ADDREF_P(EG(This)); /* For $this pointer */
H A Dzend_execute.c102 #define PZVAL_LOCK(z) Z_ADDREF_P((z))
530 Z_ADDREF_P(value_ptr); in zend_assign_to_variable_reference()
676 Z_ADDREF_P(object); in zend_assign_to_object()
721 Z_ADDREF_P(value); in zend_assign_to_object()
897 Z_ADDREF_P(value); in zend_assign_to_variable()
921 Z_ADDREF_P(value); in zend_assign_to_variable()
1039 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address_inner()
1071 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address_inner()
1103 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address()
H A Dzend.h328 #define Z_ADDREF_PP(ppz) Z_ADDREF_P(*(ppz))
337 #define Z_ADDREF_P(pz) zval_addref_p(pz) macro
346 #define Z_ADDREF(z) Z_ADDREF_P(&(z))
819 Z_ADDREF_P(varptr); \
H A Dzend_object_handlers.c177 Z_ADDREF_P(value); in zend_std_call_setter()
464 Z_ADDREF_P(object); in zend_std_read_property()
571 Z_ADDREF_P(value); in zend_std_write_property()
585 Z_ADDREF_P(object); in zend_std_write_property()
597 Z_ADDREF_P(value); in zend_std_write_property()
757 Z_ADDREF_P(new_zval); in zend_std_get_property_ptr_ptr()
824 Z_ADDREF_P(object); in zend_std_unset_property()
1441 Z_ADDREF_P(object); in zend_std_has_property()
1456 Z_ADDREF_P(rv); in zend_std_has_property()
H A Dzend_vm_execute.h12578 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_CONST()
12686 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_CONST()
14918 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_TMP()
15026 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_TMP()
16840 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_VAR()
16948 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_VAR()
20135 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_CV()
20243 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_CV()
21914 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_UNUSED_CONST()
22022 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_UNUSED_CONST()
[all …]
H A Dzend_vm_def.h403 Z_ADDREF_P(z);
505 Z_ADDREF_P(objval);
655 Z_ADDREF_P(z);
763 Z_ADDREF_P(z);
822 Z_ADDREF_P(val);
869 Z_ADDREF_P(val);
917 Z_ADDREF_P(val);
960 Z_ADDREF_P(val);
3073 Z_ADDREF_P(varptr);
3162 Z_ADDREF_P(varptr);
[all …]
H A Dzend_variables.c232 Z_ADDREF_P(tmp); in zval_copy_static_var()
H A Dzend_closures.c343 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_objects.c178 Z_ADDREF_P(new_object->properties_table[i]); in zend_objects_clone_members()
/PHP-5.4/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c165 Z_ADDREF_P(object); in resourcebundle_get_iterator()
/PHP-5.4/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()
1081 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()
411 Z_ADDREF_P((zval *)intern->heap->elements[i]); in spl_heap_object_new_ex()
559 Z_ADDREF_P(intern->heap->elements[i]); in spl_heap_object_get_debug_info_helper()
737 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()
1136 Z_ADDREF_P(intern->array); in spl_array_set_array()
1170 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(object); in spl_dllist_get_iterator()
/PHP-5.4/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()
571 Z_ADDREF_P(I->proxy_obj); in php_com_saproxy_iter_get()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c474 Z_ADDREF_P(object);
532 Z_ADDREF_P(object);
1441 Z_ADDREF_P(param.parameter);
1474 Z_ADDREF_P(param.parameter);
1585 Z_ADDREF_P(object);
1641 Z_ADDREF_P(db_zval);
1762 Z_ADDREF_P(data);
/PHP-5.4/ext/libxml/
H A Dlibxml.c927 Z_ADDREF_P(arg); in PHP_FUNCTION()
1092 Z_ADDREF_P(fci.function_name); in PHP_FUNCTION()
1094 Z_ADDREF_P(fci.object_ptr); in PHP_FUNCTION()

Completed in 190 milliseconds

123