Home
last modified time | relevance | path

Searched refs:Z_REFCOUNT_P (Results 1 – 25 of 27) sorted by relevance

12

/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_priv.h30 #define Z_REFCOUNT_P(pz) ((pz)->refcount) macro
32 #define Z_REFCOUNT_PP(ppz) Z_REFCOUNT_P(*(ppz))
H A Dmysqlnd_ps.c1081 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 Dzend.h342 #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 Dzend_execute.c79 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 Dzend_execute.h82 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 Dzend_vm_def.h402 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 Dzend_vm_execute.h14868 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 Dzend_object_handlers.c153 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 Dzend_API.c65 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 Dzend_API.h727 Z_SET_REFCOUNT_P(var, Z_REFCOUNT_P(var) + _refcount - 1); \
H A Dzend_execute_API.c471 refcount = Z_REFCOUNT_P(p); in zval_update_constant_ex()
H A Dzend_operators.c1601 if (Z_REFCOUNT_P(op) == 0) { in zend_free_obj_get_result()
/PHP-5.6/ext/dom/
H A Dprocessinginstruction.c160 if(Z_REFCOUNT_P(newval) > 1) { in dom_processinginstruction_data_write()
H A Dphp_dom.h153 if (Z_REFCOUNT_P(orig) > 1) { \
/PHP-5.6/ext/standard/
H A Darray.c655 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 Dvar_unserializer.c197 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", var_hash->data[i], Z_REFCOUNT_P(var_hash->data[i])); in var_destroy()
H A Dvar_unserializer.re195 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", var_hash->data[i], Z_REFCOUNT_P(var_hash->data[i]));
H A Dstring.c2474 refcount = Z_REFCOUNT_P(orig_str);
2557 if(Z_REFCOUNT_P(orig_str) != refcount) {
/PHP-5.6/ext/opcache/
H A DZendAccelerator.h131 #define Z_REFCOUNT_P(pz) (pz)->refcount macro
H A Dzend_accelerator_util_funcs.c281 } else if (Z_REFCOUNT_P(src) == 1) {
402 } else if (Z_REFCOUNT_P((zval*)p->pDataPtr) == 1) {
/PHP-5.6/ext/mysqli/
H A Dmysqli.c315 #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 Dinterface.c2519 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 Dsimplexml.c424 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 Dsession.c879 …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 Dsnmp.c2039 if (! PZVAL_IS_REF(value) && Z_REFCOUNT_P(value) == 0) { in php_snmp_write_property()

Completed in 258 milliseconds

12