/PHP-7.1/ext/session/tests/ |
H A D | session_start_error.phpt | 104 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 112 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 120 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 128 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 136 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 144 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 152 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 160 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 168 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d 176 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d [all …]
|
H A D | session_destroy_variation1.phpt | 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 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 D | session_set_save_handler_error2.phpt | 13 …(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 D | session_set_save_handler_error3.phpt | 15 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 28 function destroy($id) { return true; } 31 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 | session_module_name_variation2.phpt | 22 function destroy($id) { } 26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | session_set_save_handler_variation2.phpt | 11 …(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 D | session_set_save_handler_variation3.phpt | 13 …(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 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_variation4.phpt | 18 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 34 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc"); 44 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
|
H A D | session_set_save_handler_variation6.phpt | 18 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 28 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 43 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 51 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
|
H A D | session_set_save_handler_iface_002.phpt | 26 public function destroy($id); 53 public function destroy($id) { 76 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, '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 | 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 | 39 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 D | 024.phpt | 40 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 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) 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…
|
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 | session_set_save_handler_basic.phpt | 16 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc"); 46 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | session_set_save_handler_variation5.phpt | 19 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 37 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_… 46 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_…
|
/PHP-7.1/tests/classes/ |
H A D | destructor_and_globals.phpt | 32 static public function destroy(&$obj) { 43 counter::destroy($obj1); 46 //counter::destroy($obj2);
|
/PHP-7.1/Zend/tests/ |
H A D | closure_017.phpt | 2 Closure 017: Trying to destroy an active lambda function
|