Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_basic.phpt16 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
46 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_variation4.phpt18 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
27 echo gc($maxlifetime)." deleted\n";
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 Dbug31454.phpt14 array(&$arf, 'gc'));
H A Dsession_set_save_handler_iface_001.phpt48 public function gc($maxlifetime) {
60 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc
H A Dsession_set_save_handler_class_002.phpt49 public function gc($maxlifetime) {
61 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc
H A Dbug80889.phpt25 public function gc($maxlifetime) {
H A Dsession_set_save_handler_variation5.phpt19 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
26 echo gc($maxlifetime)." deleted\n";
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,
H A Dbug79091.phpt21 public function gc($maxlifetime)
H A Dsession_set_save_handler_variation1.phpt11 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
H A Dbug78624.phpt43 public function gc($ts) {
H A Dbug71162.phpt35 public function gc($maxlifetime) {
H A Dsession_set_save_handler_class_016.phpt48 public function gc($maxlifetime) {
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_003.phpt49 public function gc($maxlifetime) {
H A Dsession_set_save_handler_error4.phpt11 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
/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/Zend/
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/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-7.4/Zend/tests/
H A Dbug71930.phpt2 Bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed)
H A Dbug63055.phpt7 /* the default gc root size is 10,000 */
H A Dgc_033.phpt19 /* let's full the gc roots */
/PHP-7.4/ext/session/
H A Dmod_user_class.c146 PHP_METHOD(SessionHandler, gc) in PHP_METHOD() argument

Completed in 23 milliseconds

123