Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 25 of 62) sorted by last modified time

123

/PHP-7.4/
H A DNEWS2678 `!(zval_gc_flags((str)->gc)). (Nikita, Laruence)
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
/PHP-7.4/Zend/
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()
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_hash.c214 .gc.refcount = 2,
215 .gc.u.type_info = IS_ARRAY | (GC_IMMUTABLE << GC_FLAGS_SHIFT),
H A Dzend_types.h232 zend_refcounted_h gc; member
236 zend_refcounted_h gc; member
251 zend_refcounted_h gc; member
370 zend_refcounted_h gc; member
379 zend_refcounted_h gc; member
401 zend_refcounted_h gc; member
407 zend_refcounted_h gc; member
522 #define GC_TYPE_INFO(p) (p)->gc.u.type_info
1079 # define ZVAL_COPY_VALUE_EX(z, v, gc, t) \ argument
1082 Z_COUNTED_P(z) = gc; \
[all …]
/PHP-7.4/ext/session/
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)
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 Dmod_user_class.c146 PHP_METHOD(SessionHandler, gc) in PHP_METHOD() argument
/PHP-7.4/ext/session/tests/
H A Dbug80889.phpt25 public function gc($maxlifetime) {
H A Dbug79091.phpt21 public function gc($maxlifetime)
H A Dbug32330.phpt49 echo "gc: maxlifetime = {$maxlifetime}\n";
74 gc: maxlifetime = %d
79 gc: maxlifetime = %d
84 gc: maxlifetime = %d
H A Dsession_set_save_handler_sid_002.phpt43 public function gc($maxlifetime) {
59 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc
H A Dsession_set_save_handler_class_017.phpt48 public function gc($maxlifetime) {
H A Dsession_set_save_handler_class_018.phpt48 public function gc($maxlifetime) {
H A Dsession_set_save_handler_iface_002.phpt27 public function gc($maxlifetime);
57 public function gc($maxlifetime) {
76 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
H A Dsession_set_save_handler_iface_003.phpt49 public function gc($maxlifetime) {
H A Dsession_set_save_handler_sid_001.phpt43 public function gc($maxlifetime) {
59 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc
H A Dbug71162.phpt35 public function gc($maxlifetime) {
H A Dbug78624.phpt43 public function gc($ts) {
H A Dsave_handler.inc9 * Exceptions are: gc(), validate_sid()
105 function gc($maxlifetime) {
182 /* TYPES: gc, create_sid, use_strict_mode, minimzie_lock, lazy_write
184 return array('gc'=>0,
/PHP-7.4/ext/opcache/tests/
H A Dbug76446.phpt2 Bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion `!(zval_gc_flags((str)->gc)

Completed in 219 milliseconds

123