Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 58) sorted by last modified time

123

/PHP-5.5/tests/output/
H A Dbug65593.phpt13 Fatal error: Cannot destroy active lambda function in %sbug65593.php on line %d
/PHP-5.5/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.phpt27 static function destroy() {
76 test::destroy();
H A Dfactory_and_singleton_002.phpt27 static function destroy() {
76 //test::destroy();
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c723 void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close() argument
725 if (destroy && req->env) { in fcgi_close()
H A Dfastcgi.h123 void fcgi_close(fcgi_request *req, int force, int destroy);
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c1097 static inline void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close() argument
1099 if (destroy && req->has_env) { in fcgi_close()
/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()
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_016.phpt44 public function destroy($id) {
H A Dsession_set_save_handler_class_017.phpt44 public function destroy($id) {
H A Dsession_set_save_handler_closures.phpt14 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
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 Dsession_set_save_handler_error4.phpt11 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
H A Dsession_set_save_handler_iface_001.phpt44 public function destroy($id) {
60 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, '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 Dsession_set_save_handler_iface_003.phpt44 public function destroy($id) {
H A Dsession_set_save_handler_sid_001.phpt38 public function destroy($id) {
58 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, '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_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 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 Dsession_set_save_handler_class_002.phpt44 public function destroy($id) {
60 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_error.phpt11 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
H A Dsession_set_save_handler_sid_002.phpt38 public function destroy($id) {
58 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_variation1.phpt11 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)

Completed in 34 milliseconds

123