Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/session/tests/
H A Dsession_destroy_variation1.phpt33 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
36 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
39 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
42 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
H A Dsession_set_save_handler_error2.phpt13 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
24 function destroy($id) { return true; }
27 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
37 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_error3.phpt15 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
28 function destroy($id) { return true; }
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug61728.phpt30 function destroy ($id) {
38 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
H A Dsession_module_name_variation2.phpt22 function destroy($id) { }
26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_variation2.phpt11 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
22 var_dump(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)
34 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
44 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
H A Dbug32330.phpt43 echo "destroy: id = {$id}\n";
68 // Don't try to destroy this time!
80 destroy: id = %s
H A Dsession_set_save_handler_variation6.phpt18 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
28 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
43 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
51 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
H A Dsession_set_save_handler_variation3.phpt13 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
24 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
H A Dbug60634_error_2.phpt32 function destroy($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_5.phpt31 function destroy($id) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_iface_002.phpt26 public function destroy($id);
53 public function destroy($id) {
76 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
H A Dbug60634_error_3.phpt32 function destroy($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_4.phpt32 function destroy($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A D004.phpt40 function destroy($key)
56 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
68 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
H A D005.phpt41 function destroy($key)
57 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
71 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
84 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
H A D025.phpt42 function destroy($key)
58 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
72 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
88 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dbug60634_error_1.phpt32 function destroy($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_module_name_variation3.phpt28 function destroy($id) { return true; }
32 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D024.phpt41 function destroy($key)
57 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
72 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
/PHP-7.4/tests/classes/
H A Ddestructor_and_globals.phpt32 static public function destroy(&$obj) {
43 counter::destroy($obj1);
46 //counter::destroy($obj2);
/PHP-7.4/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 29 milliseconds

123