Home
last modified time | relevance | path

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

12

/PHP-5.3/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.phpt11 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
22 function destroy($id) { return true; }
25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
35 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_error3.phpt14 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
27 function destroy($id) { return true; }
30 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_variation3.phpt13 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
23 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
H A Dbug60634.phpt31 function destroy($id) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_variation4.phpt17 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
32 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
42 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
H A Dbug32330.phpt42 echo "destroy: id = {$id}\n";
67 // Don't try to destroy this time!
79 destroy: id = %s
H A Dbug60634_error_4.phpt33 function destroy($id) {
41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_5.phpt32 function destroy($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_1.phpt32 function destroy($id) {
40 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_3.phpt33 function destroy($id) {
41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_module_name_variation3.phpt27 function destroy($id) { }
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D024.phpt39 function destroy($key)
55 …($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 Dsession_set_save_handler_basic.phpt14 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
29 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
43 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D025.phpt41 function destroy($key)
64 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
78 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
94 …($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…
69 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
81 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
H A D004.phpt39 function destroy($key)
55 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
67 …($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) {
/PHP-5.3/tests/classes/
H A Ddestructor_and_globals.phpt32 static public function destroy(&$obj) {
43 counter::destroy($obj1);
46 //counter::destroy($obj2);
/PHP-5.3/Zend/tests/
H A Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
12 Fatal error: Cannot destroy active lambda function in %s on line %d
/PHP-5.3/ext/tokenizer/
H A Dtokenizer.c107 zend_bool destroy; in tokenize() local
114 destroy = 1; in tokenize()
125 destroy = 0; in tokenize()
148 if (destroy && Z_TYPE(token) != IS_NULL) { in tokenize()
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_session_002.phpt2 sqlite, session destroy test
19 /* Description: Tests that sqlite will destroy a session when used as a session handler
34 // start the session again and destroy it

Completed in 24 milliseconds

12