Home
last modified time | relevance | path

Searched refs:Z_REFCOUNTED (Results 1 – 11 of 11) sorted by relevance

/php-src/Zend/
H A Dzend_gc.c958 if (Z_REFCOUNTED(((zend_reference*)ref)->val)) { in gc_scan_black()
1133 if (Z_REFCOUNTED(((zend_reference*)ref)->val)) { in gc_mark_grey()
1343 if (Z_REFCOUNTED(((zend_reference*)ref)->val)) { in gc_scan()
1586 if (Z_REFCOUNTED(((zend_reference*)ref)->val)) { in gc_collect_white()
1664 if (Z_REFCOUNTED(((zend_reference*)ref)->val)) { in gc_remove_nested_data_from_buffer()
H A Dzend_types.h913 #define Z_REFCOUNTED(zval) (Z_TYPE_FLAGS(zval) != 0) macro
915 #define Z_REFCOUNTED(zval) ((Z_TYPE_FLAGS(zval) & IS_TYPE_REFCOUNTED) != 0) macro
917 #define Z_REFCOUNTED_P(zval_p) Z_REFCOUNTED(*(zval_p))
H A Dzend_object_handlers.c168 if (!Z_REFCOUNTED(retval)) { in zend_std_get_debug_info()
H A Dzend_execute.c5209 if (!Z_REFCOUNTED(tmp)) { in zend_handle_undef_args()
/php-src/ext/soap/
H A Dphp_packet_soap.c241 if (Z_REFCOUNTED(details)) { in parse_packet_soap()
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c127 Z_REFCOUNTED(data->value) ? Z_REFCOUNT(data->value) : 1, \ in PHPDBG_INFO()
/php-src/Zend/Optimizer/
H A Dblock_pass.c245 if (!Z_REFCOUNTED(ZEND_OP1_LITERAL(last_op))) { in zend_optimize_block()
709 if (!Z_REFCOUNTED(ZEND_OP2_LITERAL(src))) { in zend_optimize_block()
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps.c1297 Z_REFCOUNTED(stmt->result_bind[i].zv)? Z_REFCOUNT(stmt->result_bind[i].zv) : 0); in MYSQLND_METHOD()
1690 …DBG_INF_FMT("%u has refcount=%u", i, Z_REFCOUNTED(stmt->result_bind[i].zv)? Z_REFCOUNT(stmt->resul… in mysqlnd_stmt_separate_result_bind()
/php-src/ext/spl/
H A Dspl_dllist.c454 if (Z_REFCOUNTED(current->data)) { in spl_dllist_object_get_debug_info()
/php-src/ext/pdo/
H A Dpdo_stmt.c290 if (Z_REFCOUNTED(param->driver_params)) { in really_register_bound_param()
/php-src/ext/sqlite3/
H A Dsqlite3.c1981 if (Z_REFCOUNTED(data)) { in PHP_METHOD()

Completed in 81 milliseconds