/php-src/ext/session/tests/ |
H A D | session_destroy_variation1.phpt | 29 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 32 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 35 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 38 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
|
H A D | bug73529.phpt | 36 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 40 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
|
H A D | session_start_variation3.phpt | 42 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
|
/php-src/tests/classes/ |
H A D | destructor_and_globals.phpt | 32 static public function destroy(&$obj) { 43 counter::destroy($obj1); 46 //counter::destroy($obj2);
|
H A D | factory_and_singleton_001.phpt | 25 static function destroy() { 74 test::destroy();
|
H A D | factory_and_singleton_002.phpt | 25 static function destroy() { 74 //test::destroy();
|
/php-src/ext/session/tests/user_session_module/ |
H A D | bug32330.phpt | 41 function destroy($id): bool 43 echo "destroy: id = {$id}\n"; 69 // Don't try to destroy this time! 81 destroy: id = %s
|
H A D | session_set_save_handler_error3.phpt | 22 function destroy($id) { return true; } 25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | session_set_save_handler_multiple.phpt | 38 function destroy($id): bool { 58 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc', 'create_sid', 'validate… 67 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | session_set_save_handler_iface_002.phpt | 17 public function destroy($id): bool; 45 public function destroy($id): bool { 70 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
|
H A D | bug60634_error_4.phpt | 28 function destroy($id) { 34 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | save_handler_closures.inc | 5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
|
H A D | bug60634_error_3.phpt | 32 function destroy($id): bool { 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | session_set_save_handler_variation6.phpt | 23 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 38 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 46 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
|
H A D | session_set_save_handler_sid_001.phpt | 36 public function destroy($id): bool { 56 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
|
H A D | session_set_save_handler_iface_001.phpt | 35 public function destroy($id): bool { 51 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
|
H A D | session_set_save_handler_variation4.phpt | 28 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc"); 38 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
|
H A D | session_set_save_handler_class_002.phpt | 38 public function destroy($id): bool { 55 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
|
H A D | bug61728.phpt | 31 function destroy ($id): bool {
|
H A D | bug80889.phpt | 22 public function destroy($id): bool {
|
/php-src/ext/session/ |
H A D | session.stub.php | 76 callable $destroy = UNKNOWN, argument 107 public function destroy(string $id): bool; function 143 public function destroy(string $id): bool {} function in SessionHandler
|
/php-src/Zend/tests/closures/ |
H A D | closure_017.phpt | 2 Closure 017: Trying to destroy an active lambda function
|
/php-src/Zend/tests/gc/ |
H A D | gc_034.phpt | 2 GC 034: GC in request shutdown and resource list destroy
|
/php-src/Zend/tests/ |
H A D | bind_static_exception.phpt | 2 BIND_STATIC may destroy a variable with a throwing destructor
|
H A D | bug32799.phpt | 18 $p=null; //destroy the object by a new assignment (segfault)
|