Home
last modified time | relevance | path

Searched refs:gc (Results 51 – 62 of 62) sorted by relevance

123

/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_closures.phpt15 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
H A Dsession_set_save_handler_error.phpt11 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
/PHP-7.4/ext/session/
H A Dmod_user.c189 ps_call_handler(&PSF(gc), 1, args, &retval); in PS_GC_FUNC()
H A Dphp_session.h328 extern PHP_METHOD(SessionHandler, gc);
H A Dsession.c2712 ZEND_ARG_INFO(0, gc)
2814 PHP_ABSTRACT_ME(SessionHandlerInterface, gc, arginfo_session_class_gc)
2844 PHP_ME(SessionHandler, gc, arginfo_session_class_gc, ZEND_ACC_PUBLIC)
/PHP-7.4/
H A D.gdbinit167 printf "(refcount=%d) ", $zvalue->value.counted->gc.refcount
H A Dphp.ini-development349 ; http://php.net/zend.enable-gc
1408 ; http://php.net/session.gc-probability
1418 ; http://php.net/session.gc-divisor
1423 ; http://php.net/session.gc-maxlifetime
H A Dphp.ini-production349 ; http://php.net/zend.enable-gc
1408 ; http://php.net/session.gc-probability
1418 ; http://php.net/session.gc-divisor
1423 ; http://php.net/session.gc-maxlifetime
H A DNEWS2678 `!(zval_gc_flags((str)->gc)). (Nikita, Laruence)
/PHP-7.4/Zend/
H A Dzend_hash.c214 .gc.refcount = 2,
215 .gc.u.type_info = IS_ARRAY | (GC_IMMUTABLE << GC_FLAGS_SHIFT),
H A Dzend_vm_def.h6602 zend_refcounted *gc = Z_COUNTED_P(value);
6604 ZVAL_COPY_VALUE_EX(res, value, gc, value_type);
6606 GC_ADDREF(gc);
6768 zend_refcounted *gc = Z_COUNTED_P(value);
6772 ZVAL_COPY_VALUE_EX(ref, value, gc, value_type);
H A Dzend_vm_execute.h21653 zend_refcounted *gc = Z_COUNTED_P(value); in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER() local
21655 ZVAL_COPY_VALUE_EX(res, value, gc, value_type); in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21657 GC_ADDREF(gc); in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21819 zend_refcounted *gc = Z_COUNTED_P(value); in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
21823 ZVAL_COPY_VALUE_EX(ref, value, gc, value_type); in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()

Completed in 229 milliseconds

123