Home
last modified time | relevance | path

Searched refs:refcount (Results 51 – 75 of 77) sorted by relevance

1234

/PHP-7.2/sapi/phpdbg/
H A Dxml.md263 - <variable address="" refcount="" type="" name="" />
265 - refcount: refcount of zval
566 ### refcount ### subsection
568 - generally enables / disables showing of refcount in watchpoint breaks silently with no further xm…
639 …- <watchrefcount type="" refcount="" isref="" />: old/new (type attribute) refcount and isref, …
/PHP-7.2/ext/standard/
H A Duser_filters.c474 if (bucket->refcount == 1) { in php_stream_bucket_attach()
475 bucket->refcount++; in php_stream_bucket_attach()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c302 pdbh->refcount--; in PHP_METHOD()
315 pdbh->refcount = 1; in PHP_METHOD()
328 pdbh->refcount++; in PHP_METHOD()
1508 ZEND_ASSERT(!free_persistent || (dbh->refcount == 1)); in dbh_free()
1510 if (!free_persistent && (--dbh->refcount)) { in dbh_free()
/PHP-7.2/ext/enchant/
H A Denchant.c570 pbroker->rsrc->gc.refcount++; in PHP_FUNCTION()
617 pbroker->rsrc->gc.refcount++; in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend.h119 int refcount; member
H A Dzend_closures.c687 if (closure->func.op_array.refcount) { in zend_create_closure()
688 (*closure->func.op_array.refcount)++; in zend_create_closure()
H A Dzend_builtin_functions.c1255 (!mptr->op_array.refcount || *mptr->op_array.refcount > 1) && in ZEND_FUNCTION()
1727 if (ce->refcount > 1 && in copy_class_or_interface_name()
1905 if (func->refcount) { in ZEND_FUNCTION()
1906 (*func->refcount)++; in ZEND_FUNCTION()
H A Dzend_types.h205 uint32_t refcount; /* reference counter 32-bit */ member
437 #define GC_REFCOUNT(p) (p)->gc.refcount
H A Dzend_gc.c1126 current->refcount = GC_REFCOUNT(current->ref);
1157 if (GC_REFCOUNT(current->ref) > current->refcount) {
H A Dzend_compile.h376 uint32_t *refcount; member
H A Dzend_inheritance.c74 if (func->op_array.refcount) { in zend_duplicate_function()
75 (*func->op_array.refcount)++; in zend_duplicate_function()
H A Dzend_compile.c1059 if (op_array->refcount) { in function_add_ref()
1060 (*op_array->refcount)++; in function_add_ref()
1108 if (function->op_array.refcount) { in do_bind_function()
1109 (*function->op_array.refcount)++; in do_bind_function()
1131 ce->refcount++; in do_bind_class()
1133 ce->refcount--; in do_bind_class()
1185 ce->refcount++; in do_bind_inherited_class()
1759 ce->refcount = 1; in zend_initialize_class_data()
/PHP-7.2/
H A D.gdbinit169 printf "(refcount=%d) ", $zvalue->value.counted->gc.refcount
/PHP-7.2/ext/phar/
H A Dutil.c441 ++(entry->phar->refcount); in phar_get_entry_data()
501 ++(entry->phar->refcount); in phar_get_entry_data()
609 ++(phar->refcount); in phar_get_or_create_entry_data()
937 if (phar->refcount || phar->is_persistent) { in phar_free_alias()
H A Dphar_internal.h297 int refcount; member
H A Dphar.c276 if (--phar->refcount < 0) { in phar_archive_delref()
282 } else if (!phar->refcount) { in phar_archive_delref()
318 if (EG(exception) || --phar_data->refcount < 0) { in destroy_phar_data_only()
370 if (--phar_data->refcount < 0) { in destroy_phar_data()
473 idata->phar->refcount--; in phar_entry_remove()
H A Dstream.c275 ++(entry->phar->refcount); in phar_wrapper_open_url()
H A Dphar_object.c1125 ++(phar_data->refcount); in phar_spl_foreign_clone()
1243 ++(phar_data->refcount); in PHP_METHOD()
1376 if (phar->refcount) { in PHP_METHOD()
2210 phar->refcount++; in phar_rename_archive()
/PHP-7.2/ext/opcache/
H A Dzend_file_cache.c382 op_array->refcount = (uint32_t*)(intptr_t)-1;
1034 if (op_array->refcount) {
1035 op_array->refcount = NULL;
H A Dzend_accelerator_util_funcs.c348 ce->refcount = 1; in zend_class_copy_ctor()
/PHP-7.2/ext/zip/lib/
H A Dzipint.h402 unsigned int refcount; member
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c282 rsrc->gc.refcount++; in xmlrpc_server_destructor()
284 rsrc->gc.refcount--; in xmlrpc_server_destructor()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.c1341 ++conn->refcount;
1342 DBG_INF_FMT("conn=%llu new_refcount=%u", conn->thread_id, conn->refcount);
1354 DBG_INF_FMT("conn=%llu old_refcount=%u", conn->thread_id, conn->refcount);
1355 if (!(--conn->refcount)) {
H A Dmysqlnd_structs.h920 unsigned int refcount; member
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c71 subnode->document->refcount++; in _node_as_zval()
990 subnode->document->refcount++; in _get_base_node_value()
2061 clone->document->refcount++; in sxe_object_clone()

Completed in 176 milliseconds

1234