Searched refs:cleanup (Results 1 – 25 of 53) sorted by relevance
123
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_cleanup.c | 14 void (*cleanup)(int, void *); member 20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() 31 c->cleanup = cleanup; in fpm_cleanup_add() 45 c->cleanup(type, c->arg); in fpm_cleanups_run()
|
H A D | fpm_cleanup.h | 8 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *);
|
/PHP-5.6/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 154 goto cleanup; in PHP_FUNCTION() 168 goto cleanup; in PHP_FUNCTION() 189 goto cleanup; in PHP_FUNCTION() 200 goto cleanup; in PHP_FUNCTION() 221 goto cleanup; in PHP_FUNCTION() 226 cleanup: in PHP_FUNCTION()
|
/PHP-5.6/ext/pdo_dblib/ |
H A D | dblib_driver.c | 314 goto cleanup; in pdo_dblib_handle_factory() 325 goto cleanup; in pdo_dblib_handle_factory() 334 goto cleanup; /* unknown version specified */ in pdo_dblib_handle_factory() 340 goto cleanup; in pdo_dblib_handle_factory() 346 goto cleanup; in pdo_dblib_handle_factory() 361 if(FAIL == DBSETLDBNAME(H->login, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory() 368 goto cleanup; in pdo_dblib_handle_factory() 377 if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory() 396 cleanup: in pdo_dblib_handle_factory()
|
/PHP-5.6/ext/pdo_mysql/ |
H A D | mysql_driver.c | 587 goto cleanup; 629 goto cleanup; 645 goto cleanup; 663 goto cleanup; 673 goto cleanup; 683 goto cleanup; 692 goto cleanup; 728 goto cleanup; 739 goto cleanup; 773 goto cleanup; [all …]
|
/PHP-5.6/ext/pdo_oci/ |
H A D | oci_driver.c | 611 goto cleanup; in pdo_oci_handle_factory() 615 goto cleanup; in pdo_oci_handle_factory() 636 goto cleanup; in pdo_oci_handle_factory() 645 goto cleanup; in pdo_oci_handle_factory() 651 goto cleanup; in pdo_oci_handle_factory() 658 goto cleanup; in pdo_oci_handle_factory() 668 goto cleanup; in pdo_oci_handle_factory() 679 goto cleanup; in pdo_oci_handle_factory() 687 goto cleanup; in pdo_oci_handle_factory() 694 goto cleanup; in pdo_oci_handle_factory() [all …]
|
/PHP-5.6/ext/date/lib/ |
H A D | unixtime2tm.c | 154 goto cleanup; in timelib_update_from_sse() 164 goto cleanup; in timelib_update_from_sse() 169 goto cleanup; in timelib_update_from_sse() 171 cleanup: in timelib_update_from_sse()
|
/PHP-5.6/Zend/tests/generators/ |
H A D | yield_during_method_call.phpt | 20 // test resource cleanup
|
/PHP-5.6/ext/ereg/regex/ |
H A D | WHATSNEW | 19 Plus the usual minor cleanup. 21 New in alpha3.2: Assorted bits of cleanup and portability improvement 47 internal cleanup of various kinds. 64 New in alpha2.1: Lots of little stuff, cleanup and fixes. The one big 82 More minor cleanup. Buglet fix: it's CHAR_BIT, not CHAR_BITS. Simple 86 New in alpha+2: minor bits of cleanup. Notably, the number "32" for the
|
/PHP-5.6/ext/sysvsem/tests/ |
H A D | nowait.phpt | 29 echo "P: cleanup.\n"; 103 P: cleanup.
|
/PHP-5.6/ext/openssl/ |
H A D | openssl.c | 1549 goto cleanup; in PHP_FUNCTION() 1551 cleanup: in PHP_FUNCTION() 1614 goto cleanup; in PHP_FUNCTION() 1616 cleanup: in PHP_FUNCTION() 1676 goto cleanup; in PHP_FUNCTION() 1678 cleanup: in PHP_FUNCTION() 1729 cleanup: in PHP_FUNCTION() 2468 cleanup: in PHP_FUNCTION() 2540 cleanup: in PHP_FUNCTION() 2644 cleanup: in PHP_FUNCTION() [all …]
|
/PHP-5.6/ext/soap/tests/ |
H A D | bug73037.phpt | 112 goto cleanup; 118 goto cleanup; 124 cleanup:
|
/PHP-5.6/ext/session/tests/ |
H A D | 027.phpt | 17 ### Phase 1 cleanup
|
H A D | 009.phpt | 17 ### Phase 1 cleanup
|
H A D | rfc1867_disabled.phpt | 14 session.upload_progress.cleanup=0
|
H A D | rfc1867_disabled_2.phpt | 14 session.upload_progress.cleanup=0
|
H A D | rfc1867_no_name.phpt | 14 session.upload_progress.cleanup=0
|
/PHP-5.6/ext/curl/tests/ |
H A D | curl_reset.phpt | 34 // cleanup
|
H A D | curl_write_callback.phpt | 31 // cleanup
|
H A D | curl_write_return.phpt | 28 // cleanup
|
H A D | curl_write_stdout.phpt | 25 // cleanup
|
H A D | curl_write_file.phpt | 32 // cleanup
|
/PHP-5.6/ext/oci8/tests/ |
H A D | lob_036.phpt | 2 Exercise cleanup code when LOB buffering is on
|
/PHP-5.6/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 352 goto cleanup; in PHP_FUNCTION() 404 goto cleanup; in PHP_FUNCTION() 439 goto cleanup; in PHP_FUNCTION() 449 cleanup: in PHP_FUNCTION()
|
/PHP-5.6/ext/sqlite3/tests/ |
H A D | sqlite3_13_skip_all_cleanup.phpt | 2 SQLite3::query Skip all cleanup
|
Completed in 41 milliseconds
123