/PHP-8.1/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 | session_set_save_handler_error2.phpt | 20 function destroy($id) { return true; } 23 session_set_save_handler("open", "close", "read", "write", "destroy", "gc"); 33 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | session_module_name_variation2.phpt | 18 function destroy($id) { } 22 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug61728.phpt | 32 function destroy ($id) { 40 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug60634.phpt | 32 function destroy($id) { 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug32330.phpt | 45 echo "destroy: id = {$id}\n"; 70 // Don't try to destroy this time! 82 destroy: id = %s
|
H A D | session_set_save_handler_error3.phpt | 24 function destroy($id) { return true; } 27 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug60634_error_2.phpt | 34 function destroy($id) { 42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | session_module_name_variation3.phpt | 24 function destroy($id) { return true; } 28 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug60634_error_5.phpt | 33 function destroy($id) { 41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
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 | bug60634_error_4.phpt | 34 function destroy($id) { 42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | session_set_save_handler_iface_002.phpt | 22 public function destroy($id): bool; 50 public function destroy($id): bool { 75 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
|
H A D | 005.phpt | 43 function destroy($key): bool 59 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g… 73 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g… 86 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
|
H A D | 025.phpt | 44 function destroy($key): bool 60 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g… 74 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g… 90 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
|
H A D | bug60634_error_3.phpt | 34 function destroy($id): bool { 42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | 024.phpt | 43 function destroy($key): bool 59 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g… 74 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
|
H A D | 004.phpt | 42 function destroy($key): bool 58 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g… 70 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
|
H A D | bug60634_error_1.phpt | 34 function destroy($id) { 42 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 | session_set_save_handler_variation6.phpt | 25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 40 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 48 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
|
/PHP-8.1/tests/classes/ |
H A D | destructor_and_globals.phpt | 32 static public function destroy(&$obj) { 43 counter::destroy($obj1); 46 //counter::destroy($obj2);
|
/PHP-8.1/ext/session/ |
H A D | session.stub.php | 60 callable $destroy = UNKNOWN, argument 91 public function destroy(string $id): bool; function 127 public function destroy(string $id): bool {} function in SessionHandler
|
/PHP-8.1/Zend/tests/ |
H A D | closure_017.phpt | 2 Closure 017: Trying to destroy an active lambda function
|
H A D | gc_034.phpt | 2 GC 034: GC in request shutdown and resource list destroy
|