/PHP-5.4/ext/session/tests/ |
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 | 11 …(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 D | session_set_save_handler_error3.phpt | 14 …(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 D | bug61728.phpt | 29 function destroy ($id) { 36 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 | session_module_name_variation2.phpt | 22 function destroy($id) { } 26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug60634.phpt | 29 function destroy($id) { 37 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | session_set_save_handler_variation4.phpt | 17 …(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 D | bug32330.phpt | 42 echo "destroy: id = {$id}\n"; 67 // Don't try to destroy this time! 79 destroy: id = %s
|
H A D | bug60634_error_3.phpt | 31 function destroy($id) { 39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_5.phpt | 30 function destroy($id) { 38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_1.phpt | 30 function destroy($id) { 38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_4.phpt | 31 function destroy($id) { 39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
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 | 30 function destroy($id) { 38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | 005.phpt | 40 function destroy($key) 56 …($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… 83 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
|
H A D | 025.phpt | 41 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 D | session_set_save_handler_basic.phpt | 14 …(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 D | 004.phpt | 38 function destroy($key) 54 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g… 66 …($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "g…
|
H A D | 024.phpt | 39 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 D | session_module_name_variation3.phpt | 27 function destroy($id) { } 31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
/PHP-5.4/tests/classes/ |
H A D | destructor_and_globals.phpt | 32 static public function destroy(&$obj) { 43 counter::destroy($obj1); 46 //counter::destroy($obj2);
|
/PHP-5.4/Zend/tests/ |
H A D | closure_017.phpt | 2 Closure 017: Trying to destroy an active lambda function 12 Fatal error: Cannot destroy active lambda function in %s on line %d
|
/PHP-5.4/ext/tokenizer/ |
H A D | tokenizer.c | 109 zend_bool destroy; in tokenize() local 117 destroy = 1; in tokenize() 128 destroy = 0; in tokenize() 151 if (destroy && Z_TYPE(token) != IS_NULL) { in tokenize()
|