Home
last modified time | relevance | path

Searched refs:Z_ADDREF_P (Results 1 – 25 of 58) sorted by path

123

/PHP-5.3/Zend/
H A Dzend.c255 Z_ADDREF_P(z); in zend_make_printable_zval()
H A Dzend.h326 #define Z_ADDREF_PP(ppz) Z_ADDREF_P(*(ppz))
335 #define Z_ADDREF_P(pz) zval_addref_p(pz) macro
344 #define Z_ADDREF(z) Z_ADDREF_P(&(z))
744 Z_ADDREF_P(varptr); \
H A Dzend_API.c275 Z_ADDREF_P(z); in parse_arg_object_to_string()
3481 Z_ADDREF_P(value); in zend_update_static_property()
3610 Z_ADDREF_P(current->user_handler); in zend_save_error_handling()
H A Dzend_builtin_functions.c580 Z_ADDREF_P(entry); in ZEND_FUNCTION()
582 Z_ADDREF_P(entry); in ZEND_FUNCTION()
2191 Z_ADDREF_P(ptr->object); in zend_fetch_debug_backtrace()
H A Dzend_closures.c374 Z_ADDREF_P(tmp); in zval_copy_static_var()
H A Dzend_execute.c98 #define PZVAL_LOCK(z) Z_ADDREF_P((z))
408 Z_ADDREF_P(value_ptr); in zend_assign_to_variable_reference()
539 Z_ADDREF_P(object); in zend_assign_to_object()
584 Z_ADDREF_P(value); in zend_assign_to_object()
696 Z_ADDREF_P(variable_ptr); in zend_assign_to_variable()
705 Z_ADDREF_P(value); in zend_assign_to_variable()
732 Z_ADDREF_P(value); in zend_assign_to_variable()
831 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address_inner()
863 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address_inner()
895 Z_ADDREF_P(new_zval); in zend_fetch_dimension_address()
H A Dzend_execute_API.c935 Z_ADDREF_P(EG(This)); /* For $this pointer */ in zend_call_function()
H A Dzend_interfaces.c286 Z_ADDREF_P(object); in zend_user_it_get_iterator()
H A Dzend_object_handlers.c101 Z_ADDREF_P(value); in zend_std_call_setter()
359 Z_ADDREF_P(object); in zend_std_read_property()
458 Z_ADDREF_P(value); in zend_std_write_property()
472 Z_ADDREF_P(object); in zend_std_write_property()
486 Z_ADDREF_P(value); in zend_std_write_property()
624 Z_ADDREF_P(new_zval); in zend_std_get_property_ptr_ptr()
664 Z_ADDREF_P(object); in zend_std_unset_property()
1193 Z_ADDREF_P(object); in zend_std_has_property()
1208 Z_ADDREF_P(rv); in zend_std_has_property()
H A Dzend_objects_API.c171 Z_ADDREF_P(zobject); in zend_objects_store_del_ref()
H A Dzend_vm_def.h370 Z_ADDREF_P(z);
467 Z_ADDREF_P(objval);
606 Z_ADDREF_P(z);
708 Z_ADDREF_P(z);
761 Z_ADDREF_P(val);
802 Z_ADDREF_P(val);
845 Z_ADDREF_P(val);
883 Z_ADDREF_P(val);
2640 Z_ADDREF_P(varptr);
2676 Z_ADDREF_P(varptr);
[all …]
H A Dzend_vm_execute.h9783 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_CONST()
9885 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_CONST()
11594 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_TMP()
11696 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_TMP()
13348 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_VAR()
13450 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_VAR()
15747 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_VAR_CV()
15849 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_VAR_CV()
17378 Z_ADDREF_P(z); in zend_pre_incdec_property_helper_SPEC_UNUSED_CONST()
17480 Z_ADDREF_P(z); in zend_post_incdec_property_helper_SPEC_UNUSED_CONST()
[all …]
H A Dzend_vm_execute.skl46 Z_ADDREF_P(EG(This)); /* For $this pointer */
/PHP-5.3/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()
H A Dcom_wrapper.c554 Z_ADDREF_P(object); in disp_constructor()
/PHP-5.3/ext/curl/
H A Dinterface.c1622 Z_ADDREF_P(ch->handlers->write->stream); in PHP_FUNCTION()
1628 Z_ADDREF_P(ch->handlers->read->stream); in PHP_FUNCTION()
1634 Z_ADDREF_P(ch->handlers->write_header->stream); in PHP_FUNCTION()
1678 Z_ADDREF_P(ch->clone); in PHP_FUNCTION()
/PHP-5.3/ext/date/
H A Dphp_date.c1957 Z_ADDREF_P(object); in date_object_period_get_iterator()
/PHP-5.3/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.3/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.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c165 Z_ADDREF_P(object); in resourcebundle_get_iterator()
/PHP-5.3/ext/libxml/
H A Dlibxml.c709 Z_ADDREF_P(arg); in PHP_FUNCTION()
/PHP-5.3/ext/mbstring/
H A Dphp_mbregex.c1283 Z_ADDREF_P(MBREX(search_str)); in PHP_FUNCTION()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2097 Z_ADDREF_P(data);
/PHP-5.3/ext/mysqli/
H A Dmysqli.c307 #ifndef Z_ADDREF_P
309 #define Z_ADDREF_P(pz) (++(pz)->refcount) macro
382 Z_ADDREF_P(value); in mysqli_write_property()
425 Z_ADDREF_P(value); in mysqli_object_has_property()
435 Z_ADDREF_P(value); in mysqli_object_has_property()
470 Z_ADDREF_P(value); in mysqli_object_get_debug_info()
1200 Z_ADDREF_P(res); in php_mysqli_fetch_into_hash()
H A Dmysqli_api.c146 Z_ADDREF_P(*args[i+start]); in mysqli_stmt_bind_param_do_bind()

Completed in 209 milliseconds

123