Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/session/tests/
H A Dsession_destroy_variation1.phpt27 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
30 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
33 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
H A Dsession_set_save_handler_error2.phpt18 function destroy($id) { return true; }
21 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_module_name_variation2.phpt16 function destroy($id) { }
20 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 Dbug60634.phpt30 function destroy($id) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', '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_error3.phpt22 function destroy($id) { return true; }
25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_module_name_variation3.phpt22 function destroy($id) { return true; }
26 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 Dbug73529.phpt34 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_iface_002.phpt20 public function destroy($id);
47 public function destroy($id) {
70 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 Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
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 Dbug60634_error_1.phpt32 function destroy($id) {
40 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…
H A Dsession_set_save_handler_variation6.phpt22 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
37 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
45 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
/PHP-8.0/tests/classes/
H A Ddestructor_and_globals.phpt32 static public function destroy(&$obj) {
43 counter::destroy($obj1);
46 //counter::destroy($obj2);
/PHP-8.0/ext/session/
H A Dsession.stub.php51 callable $destroy = UNKNOWN, argument
81 public function destroy(string $id); function
117 public function destroy(string $id) {} function in SessionHandler
/PHP-8.0/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 22 milliseconds

123