Home
last modified time | relevance | path

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

123

/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO38 delete_obj should destroy an object, all references to it become
/PHP-5.5/Zend/tests/
H A D019.phpt61 // destroy the variable using unset
H A Dbug32799.phpt18 $p=null; //destroy the object by a new assignment (segfault)
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/intl/
H A DERROR.CONVENTIONS70 They instead destroy the object to that the result of new IntlClass() can
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt41 // create copies and destroy later
/PHP-5.5/ext/session/
H A Dmod_user.c169 retval = ps_call_handler(PSF(destroy), 1, args TSRMLS_CC); in PS_DESTROY_FUNC()
H A Dmod_user_class.c113 PHP_METHOD(SessionHandler, destroy) in PHP_METHOD() argument
H A Dphp_session.h295 extern PHP_METHOD(SessionHandler, destroy);
H A Dsession.c2205 ZEND_ARG_INFO(0, destroy)
2288 PHP_ABSTRACT_ME(SessionHandlerInterface, destroy, arginfo_session_class_destroy)
2309 PHP_ME(SessionHandler, destroy, arginfo_session_class_destroy, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/session/tests/
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 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 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 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…
H A Dbug31454.phpt13 array(&$arf, 'destroy'),
H A Dbug32330.phpt42 echo "destroy: id = {$id}\n";
67 // Don't try to destroy this time!
79 destroy: id = %s
H A Dbug60634.phpt29 function destroy($id) {
37 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_2.phpt30 function destroy($id) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_3.phpt31 function destroy($id) {
39 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 Dbug60634_error_5.phpt30 function destroy($id) {
38 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 Dsave_handler.inc39 function destroy($id) {
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {

Completed in 47 milliseconds

123