/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_priv.h | 30 #define Z_REFCOUNT_P(pz) ((pz)->refcount) macro 32 #define Z_REFCOUNT_PP(ppz) Z_REFCOUNT_P(*(ppz))
|
H A D | mysqlnd_ps.c | 1081 Z_TYPE_P(data), Z_REFCOUNT_P(stmt->result_bind[i].zv)); in mysqlnd_fetch_stmt_row_cursor() 1592 DBG_INF_FMT("ref of %p = %u", stmt->result_bind[i].zv, Z_REFCOUNT_P(stmt->result_bind[i].zv)); in MYSQLND_METHOD() 2011 DBG_INF_FMT("%u has refcount=%u", i, Z_REFCOUNT_P(stmt->result_bind[i].zv)); in mysqlnd_stmt_separate_result_bind() 2016 if (Z_REFCOUNT_P(stmt->result_bind[i].zv) > 1) { in mysqlnd_stmt_separate_result_bind() 2064 DBG_INF_FMT("%u has refcount=%u", param_no, Z_REFCOUNT_P(stmt->result_bind[param_no].zv)); in mysqlnd_stmt_separate_one_result_bind() 2069 if (Z_REFCOUNT_P(stmt->result_bind[param_no].zv) > 1) { in mysqlnd_stmt_separate_one_result_bind()
|
/PHP-5.6/Zend/ |
H A D | zend.h | 342 #define Z_REFCOUNT_PP(ppz) Z_REFCOUNT_P(*(ppz)) 351 #define Z_REFCOUNT_P(pz) zval_refcount_p(pz) macro 360 #define Z_REFCOUNT(z) Z_REFCOUNT_P(&(z)) 804 if (Z_REFCOUNT_P(pzv)>1) { \ 842 (Z_REFCOUNT_P(zv) == 1 && \
|
H A D | zend_execute.c | 79 if (unref && Z_ISREF_P(z) && Z_REFCOUNT_P(z) == 1) { in zend_pzval_unlock_func() 110 Z_REFCOUNT_P(__t->var.ptr) > 2) { \ 529 if (Z_REFCOUNT_P(value_ptr)>0) { in zend_assign_to_variable_reference() 547 || Z_REFCOUNT_P(variable_ptr)>2) { in zend_assign_to_variable_reference() 549 Z_SET_REFCOUNT_P(variable_ptr, Z_REFCOUNT_P(variable_ptr) - 2); in zend_assign_to_variable_reference() 708 if (Z_REFCOUNT_P(object) == 1) { in zend_assign_to_object() 842 if (UNEXPECTED(Z_REFCOUNT_P(variable_ptr) > 1) && in zend_assign_tmp_to_variable() 875 if (UNEXPECTED(Z_REFCOUNT_P(variable_ptr) > 1) && in zend_assign_const_to_variable() 912 if (Z_REFCOUNT_P(variable_ptr)==1) { in zend_assign_to_variable() 1126 if (type != BP_VAR_UNSET && Z_REFCOUNT_P(container)>1 && !PZVAL_IS_REF(container)) { in zend_fetch_dimension_address() [all …]
|
H A D | zend_execute.h | 82 if (Z_REFCOUNT_P(zval_ptr) == 1) { in i_zval_ptr_dtor() 98 if (Z_REFCOUNT_P(zval_ptr) == 1) { in i_zval_ptr_dtor_nogc()
|
H A D | zend_vm_def.h | 402 if (Z_REFCOUNT_P(z) == 0) { 663 if (Z_REFCOUNT_P(z) == 0) { 770 if (Z_REFCOUNT_P(z) == 0) { 1901 if (Z_REFCOUNT_P(EG(This)) == 1) { in ZEND_VM_HELPER() 2088 if (Z_REFCOUNT_P(EG(This)) == 1) { in ZEND_VM_HELPER() 3135 (OP1_TYPE == IS_VAR && Z_REFCOUNT_P(varptr) > 2)) { 4379 Z_REFCOUNT_P(array_ptr) > 1) || 4382 Z_REFCOUNT_P(array_ptr) > 2)) { 5278 if (Z_REFCOUNT_P(call->object) == 1) { 5483 Z_REFCOUNT_P(var_ptr) > 1) { [all …]
|
H A D | zend_vm_execute.h | 14868 if (Z_REFCOUNT_P(z) == 0) { in zend_pre_incdec_property_helper_SPEC_VAR_CONST() 14975 if (Z_REFCOUNT_P(z) == 0) { in zend_post_incdec_property_helper_SPEC_VAR_CONST() 17402 if (Z_REFCOUNT_P(z) == 0) { in zend_pre_incdec_property_helper_SPEC_VAR_TMP() 17509 if (Z_REFCOUNT_P(z) == 0) { in zend_post_incdec_property_helper_SPEC_VAR_TMP() 19522 if (Z_REFCOUNT_P(z) == 0) { in zend_pre_incdec_property_helper_SPEC_VAR_VAR() 19629 if (Z_REFCOUNT_P(z) == 0) { in zend_post_incdec_property_helper_SPEC_VAR_VAR() 22405 Z_REFCOUNT_P(var_ptr) > 1) { in ZEND_SEPARATE_SPEC_VAR_UNUSED_HANDLER() 23190 if (Z_REFCOUNT_P(z) == 0) { in zend_pre_incdec_property_helper_SPEC_VAR_CV() 23297 if (Z_REFCOUNT_P(z) == 0) { in zend_post_incdec_property_helper_SPEC_VAR_CV() 25174 if (Z_REFCOUNT_P(z) == 0) { in zend_pre_incdec_property_helper_SPEC_UNUSED_CONST() [all …]
|
H A D | zend_object_handlers.c | 153 if (Z_REFCOUNT_P(retval) <= 1) { in zend_std_get_debug_info() 509 if (Z_REFCOUNT_P(rv) > 0) { in zend_std_read_property() 594 if (Z_REFCOUNT_P(value) > 0) { in zend_std_write_property()
|
H A D | zend_API.c | 65 if (!PZVAL_IS_REF(param_ptr) && Z_REFCOUNT_P(param_ptr) > 1) { in zend_get_parameters() 100 if (!PZVAL_IS_REF(param_ptr) && Z_REFCOUNT_P(param_ptr) > 1) { in _zend_get_parameters_array() 3891 if (Z_REFCOUNT_P(value) > 0) { in zend_update_static_property()
|
H A D | zend_API.h | 727 Z_SET_REFCOUNT_P(var, Z_REFCOUNT_P(var) + _refcount - 1); \
|
H A D | zend_execute_API.c | 471 refcount = Z_REFCOUNT_P(p); in zval_update_constant_ex()
|
H A D | zend_operators.c | 1601 if (Z_REFCOUNT_P(op) == 0) { in zend_free_obj_get_result()
|
/PHP-5.6/ext/dom/ |
H A D | processinginstruction.c | 160 if(Z_REFCOUNT_P(newval) > 1) { in dom_processinginstruction_data_write()
|
H A D | php_dom.h | 153 if (Z_REFCOUNT_P(orig) > 1) { \
|
/PHP-5.6/ext/standard/ |
H A D | array.c | 655 refcount = Z_REFCOUNT_P(array); in PHP_FUNCTION() 660 if (refcount > Z_REFCOUNT_P(array)) { in PHP_FUNCTION() 668 if (Z_REFCOUNT_P(array) > 1) { in PHP_FUNCTION() 698 refcount = Z_REFCOUNT_P(array); in PHP_FUNCTION() 703 if (refcount > Z_REFCOUNT_P(array)) { in PHP_FUNCTION() 711 if (Z_REFCOUNT_P(array) > 1) { in PHP_FUNCTION() 794 refcount = Z_REFCOUNT_P(array); in PHP_FUNCTION() 799 if (refcount > Z_REFCOUNT_P(array)) { in PHP_FUNCTION() 807 if (Z_REFCOUNT_P(array) > 1) { in PHP_FUNCTION()
|
H A D | var_unserializer.c | 197 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", var_hash->data[i], Z_REFCOUNT_P(var_hash->data[i])); in var_destroy()
|
H A D | var_unserializer.re | 195 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", var_hash->data[i], Z_REFCOUNT_P(var_hash->data[i]));
|
H A D | string.c | 2474 refcount = Z_REFCOUNT_P(orig_str); 2557 if(Z_REFCOUNT_P(orig_str) != refcount) {
|
/PHP-5.6/ext/opcache/ |
H A D | ZendAccelerator.h | 131 #define Z_REFCOUNT_P(pz) (pz)->refcount macro
|
H A D | zend_accelerator_util_funcs.c | 281 } else if (Z_REFCOUNT_P(src) == 1) { 402 } else if (Z_REFCOUNT_P((zval*)p->pDataPtr) == 1) {
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli.c | 315 #define Z_REFCOUNT_P(pz) ((pz)->refcount) macro 386 if (! PZVAL_IS_REF(value) && Z_REFCOUNT_P(value) == 0) { in mysqli_write_property()
|
/PHP-5.6/ext/curl/ |
H A D | interface.c | 2519 if (Z_REFCOUNT_P(ch->clone) <= 1) { in _php_curl_setopt() 2685 if (Z_REFCOUNT_P(ch->clone) <= 1) { in _php_curl_setopt() 3286 if (Z_REFCOUNT_P(ch->clone) <= 1) { in _php_curl_close_ex()
|
/PHP-5.6/ext/simplexml/ |
H A D | simplexml.c | 424 if (Z_REFCOUNT_P(value) > 1) { in change_node_zval() 538 if (Z_REFCOUNT_P(value) > 1) { in sxe_prop_dim_write()
|
/PHP-5.6/ext/session/ |
H A D | session.c | 879 …AR_WITH_LENGTH("_SESSION", sizeof("_SESSION"), PS(http_session_vars), Z_REFCOUNT_P(PS(http_session… in PS_SERIALIZER_DECODE_FUNC()
|
/PHP-5.6/ext/snmp/ |
H A D | snmp.c | 2039 if (! PZVAL_IS_REF(value) && Z_REFCOUNT_P(value) == 0) { in php_snmp_write_property()
|