Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 71) sorted by relevance

123

/PHP-8.1/ext/session/tests/
H A Dsession_destroy_variation1.phpt29 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 Dsession_set_save_handler_error2.phpt20 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 Dsession_module_name_variation2.phpt18 function destroy($id) { }
22 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug61728.phpt32 function destroy ($id) {
40 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
H A Dbug60634.phpt32 function destroy($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug32330.phpt45 echo "destroy: id = {$id}\n";
70 // Don't try to destroy this time!
82 destroy: id = %s
H A Dsession_set_save_handler_error3.phpt24 function destroy($id) { return true; }
27 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug60634_error_2.phpt34 function destroy($id) {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_module_name_variation3.phpt24 function destroy($id) { return true; }
28 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug60634_error_5.phpt33 function destroy($id) {
41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug73529.phpt36 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 Dbug60634_error_4.phpt34 function destroy($id) {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_iface_002.phpt22 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 D005.phpt43 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 D025.phpt44 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 Dbug60634_error_3.phpt34 function destroy($id): bool {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A D024.phpt43 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 D004.phpt42 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 Dbug60634_error_1.phpt34 function destroy($id) {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dsession_set_save_handler_variation6.phpt25 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 Ddestructor_and_globals.phpt32 static public function destroy(&$obj) {
43 counter::destroy($obj1);
46 //counter::destroy($obj2);
/PHP-8.1/ext/session/
H A Dsession.stub.php60 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 Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
H A Dgc_034.phpt2 GC 034: GC in request shutdown and resource list destroy

Completed in 37 milliseconds

123