/PHP-8.0/ext/session/tests/ |
H A D | session_destroy_variation1.phpt | 27 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 D | session_set_save_handler_error2.phpt | 18 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 D | session_module_name_variation2.phpt | 16 function destroy($id) { } 20 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug61728.phpt | 30 function destroy ($id) { 38 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug60634.phpt | 30 function destroy($id) { 38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug32330.phpt | 43 echo "destroy: id = {$id}\n"; 68 // Don't try to destroy this time! 80 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_module_name_variation3.phpt | 22 function destroy($id) { return true; } 26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug60634_error_2.phpt | 32 function destroy($id) { 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_5.phpt | 31 function destroy($id) { 39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug73529.phpt | 34 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_iface_002.phpt | 20 public function destroy($id); 47 public function destroy($id) { 70 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
|
H A D | bug60634_error_3.phpt | 32 function destroy($id) { 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_4.phpt | 32 function destroy($id) { 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | 004.phpt | 40 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 D | save_handler_closures.inc | 5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
|
H A D | 005.phpt | 41 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 D | 025.phpt | 42 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 D | bug60634_error_1.phpt | 32 function destroy($id) { 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | 024.phpt | 41 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 D | session_set_save_handler_variation6.phpt | 22 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 D | destructor_and_globals.phpt | 32 static public function destroy(&$obj) { 43 counter::destroy($obj1); 46 //counter::destroy($obj2);
|
/PHP-8.0/ext/session/ |
H A D | session.stub.php | 51 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 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
|