Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 25 of 62) sorted by path

123

/PHP-7.4/
H A D.gdbinit167 printf "(refcount=%d) ", $zvalue->value.counted->gc.refcount
H A DNEWS2678 `!(zval_gc_flags((str)->gc)). (Nikita, Laruence)
/PHP-7.4/Zend/tests/
H A Dbug63055.phpt7 /* the default gc root size is 10,000 */
H A Dbug70805.phpt15 unset($GLOBALS["a"]); // this will be called in gc_colloct_roots and put $a into gc roots buf
42 // which will make $a be putted into gc roots buf twice
H A Dbug71930.phpt2 Bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed)
H A Dgc_033.phpt19 /* let's full the gc roots */
H A Dobject_gc_in_shutdown.phpt2 Bug object gc not working in shutdown
/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_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 …]
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()
/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)
/PHP-7.4/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-7.4/ext/session/
H A Dmod_user.c189 ps_call_handler(&PSF(gc), 1, args, &retval); in PS_GC_FUNC()
H A Dmod_user_class.c146 PHP_METHOD(SessionHandler, gc) in PHP_METHOD() argument
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/ext/session/tests/
H A D004.phpt46 function gc() { return true; }
56 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
68 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
H A D005.phpt47 function gc() { return true; }
57 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
71 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
84 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
H A D024.phpt47 function gc() { return true; }
57 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
72 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
H A D025.phpt48 function gc() { return true; }
58 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
72 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
88 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
H A Dbug31454.phpt14 array(&$arf, 'gc'));
H A Dbug32330.phpt49 echo "gc: maxlifetime = {$maxlifetime}\n";
74 gc: maxlifetime = %d
79 gc: maxlifetime = %d
84 gc: maxlifetime = %d
H A Dbug55688.phpt2 Bug #55688 (Crash when calling SessionHandler::gc())
12 $x->gc(1);
15 Warning: SessionHandler::gc(): Session is not active in %s on line %d
H A Dbug60634.phpt34 function gc($maxlifetime) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');

Completed in 232 milliseconds

123