Home
last modified time | relevance | path

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

123

/PHP-5.5/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.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 Dbug61728.phpt29 function destroy ($id) {
36 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_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 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 Dbug60634.phpt29 function destroy($id) {
37 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_3.phpt31 function destroy($id) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_5.phpt30 function destroy($id) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_1.phpt30 function destroy($id) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_4.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_2.phpt30 function destroy($id) {
38 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.phpt40 function destroy($key)
56 …($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…
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 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 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)
65 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
79 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
95 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
/PHP-5.5/tests/classes/
H A Ddestructor_and_globals.phpt32 static public function destroy(&$obj) {
43 counter::destroy($obj1);
46 //counter::destroy($obj2);
/PHP-5.5/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.5/ext/tokenizer/
H A Dtokenizer.c109 zend_bool destroy; in tokenize() local
117 destroy = 1; in tokenize()
128 destroy = 0; in tokenize()
148 if (destroy && Z_TYPE(token) != IS_NULL) { in tokenize()

Completed in 59 milliseconds

123