Home
last modified time | relevance | path

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

1234

/PHP-8.2/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 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
/PHP-8.2/tests/classes/
H A Ddestructor_and_globals.phpt32 static public function destroy(&$obj) {
43 counter::destroy($obj1);
46 //counter::destroy($obj2);
H A Dfactory_and_singleton_001.phpt25 static function destroy() {
74 test::destroy();
H A Dfactory_and_singleton_002.phpt25 static function destroy() {
74 //test::destroy();
/PHP-8.2/ext/session/tests/user_session_module/
H A Dbug32330.phpt41 function destroy($id): bool
43 echo "destroy: id = {$id}\n";
69 // Don't try to destroy this time!
81 destroy: id = %s
H A Dsession_set_save_handler_multiple.phpt38 function destroy($id): bool {
58 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc', 'create_sid', 'validate…
67 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
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 Dbug60634_error_4.phpt28 function destroy($id) {
34 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_iface_002.phpt17 public function destroy($id): bool;
45 public function destroy($id): bool {
70 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
H A Dbug60634_error_3.phpt32 function destroy($id): bool {
40 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.phpt23 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
38 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
46 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
H A Dsession_set_save_handler_sid_001.phpt36 public function destroy($id): bool {
56 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_class_002.phpt38 public function destroy($id): bool {
55 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_iface_001.phpt35 public function destroy($id): bool {
51 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_variation4.phpt28 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
38 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
H A Dbug61728.phpt31 function destroy ($id): bool {
H A Dbug31454.phpt14 array(&$arf, 'destroy'),
/PHP-8.2/ext/session/
H A Dsession.stub.php76 callable $destroy = UNKNOWN, argument
107 public function destroy(string $id): bool; function
143 public function destroy(string $id): bool {} function in SessionHandler
H A Dsession_arginfo.h65 ZEND_ARG_TYPE_INFO(0, destroy, IS_CALLABLE, 0)
165 ZEND_METHOD(SessionHandler, destroy);
203 …ZEND_ABSTRACT_ME_WITH_FLAGS(SessionHandlerInterface, destroy, arginfo_class_SessionHandlerInterfac…
227 ZEND_ME(SessionHandler, destroy, arginfo_class_SessionHandler_destroy, ZEND_ACC_PUBLIC)
/PHP-8.2/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
H A Dbind_static_exception.phpt2 BIND_STATIC may destroy a variable with a throwing destructor
H A Dbug32799.phpt18 $p=null; //destroy the object by a new assignment (segfault)

Completed in 38 milliseconds

1234