/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_cleanup.c | 12 void (*cleanup)(int, void *); member 18 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() 29 c->cleanup = cleanup; in fpm_cleanup_add() 43 c->cleanup(type, c->arg); in fpm_cleanups_run()
|
H A D | fpm_cleanup.h | 6 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *);
|
/PHP-8.2/ext/bcmath/ |
H A D | bcmath.c | 183 goto cleanup; in PHP_FUNCTION() 188 goto cleanup; in PHP_FUNCTION() 195 cleanup: { in PHP_FUNCTION() 246 cleanup: { in PHP_FUNCTION() 297 cleanup: { in PHP_FUNCTION() 353 cleanup: { in PHP_FUNCTION() 409 cleanup: { in PHP_FUNCTION() 467 cleanup: { in PHP_FUNCTION() 519 cleanup: { in PHP_FUNCTION() 564 cleanup: { in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.c | 217 const char *cleanup; in PHP_MSHUTDOWN_FUNCTION() local 221 cleanup = getenv(EXPLICIT_CLEANUP_ENV_VAR); in PHP_MSHUTDOWN_FUNCTION() 222 if (cleanup != NULL && !(cleanup[0] == '0' && cleanup[1] == '\0')) { in PHP_MSHUTDOWN_FUNCTION()
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_avif.c | 375 goto cleanup; in gdImageCreateFromAvifCtx() 382 goto cleanup; in gdImageCreateFromAvifCtx() 387 goto cleanup; in gdImageCreateFromAvifCtx() 399 goto cleanup; in gdImageCreateFromAvifCtx() 406 goto cleanup; in gdImageCreateFromAvifCtx() 411 goto cleanup; in gdImageCreateFromAvifCtx() 430 cleanup: in gdImageCreateFromAvifCtx() 534 goto cleanup; in gdImageAvifCtx() 546 goto cleanup; in gdImageAvifCtx() 570 goto cleanup; in gdImageAvifCtx() [all …]
|
/PHP-8.2/ext/session/tests/ |
H A D | rfc1867_cleanup.phpt | 12 session.upload_progress.cleanup=1 23 PHPSESSID=rfc1867-cleanup 25 PHPSESSID=rfc1867-cleanup-get 31 rfc1867-cleanup-post 55 string(%d) "rfc1867-cleanup"
|
H A D | bug61470.phpt | 22 // cleanup
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 166 goto cleanup; in PHP_FUNCTION() 180 goto cleanup; in PHP_FUNCTION() 201 goto cleanup; in PHP_FUNCTION() 212 goto cleanup; in PHP_FUNCTION() 233 goto cleanup; in PHP_FUNCTION() 239 cleanup: in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/formatter/ |
H A D | formatter_parse.c | 97 goto cleanup; in PHP_FUNCTION() 100 goto cleanup; in PHP_FUNCTION() 107 cleanup: in PHP_FUNCTION()
|
/PHP-8.2/ext/pdo_dblib/ |
H A D | dblib_driver.c | 496 goto cleanup; in pdo_dblib_handle_factory() 528 goto cleanup; in pdo_dblib_handle_factory() 537 goto cleanup; /* unknown version specified */ in pdo_dblib_handle_factory() 547 goto cleanup; in pdo_dblib_handle_factory() 557 goto cleanup; in pdo_dblib_handle_factory() 572 if(FAIL == DBSETLDBNAME(H->login, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory() 579 goto cleanup; in pdo_dblib_handle_factory() 588 if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup; in pdo_dblib_handle_factory() 607 cleanup: in pdo_dblib_handle_factory()
|
/PHP-8.2/ext/openssl/ |
H A D | openssl.c | 1605 cleanup: in PHP_FUNCTION() 1657 cleanup: in PHP_FUNCTION() 1723 cleanup: in PHP_FUNCTION() 1771 cleanup: in PHP_FUNCTION() 1827 cleanup: in PHP_FUNCTION() 2631 cleanup: in PHP_FUNCTION() 2720 cleanup: in PHP_FUNCTION() 2821 cleanup: in PHP_FUNCTION() 3296 cleanup: in PHP_FUNCTION() 3787 cleanup: in php_openssl_generate_private_key() [all …]
|
/PHP-8.2/ext/pdo_mysql/ |
H A D | mysql_driver.c | 713 goto cleanup; 770 goto cleanup; 788 goto cleanup; 808 goto cleanup; 818 goto cleanup; 828 goto cleanup; 902 goto cleanup; 909 goto cleanup; 915 goto cleanup; 956 goto cleanup; [all …]
|
/PHP-8.2/ext/date/lib/ |
H A D | unixtime2tm.c | 96 goto cleanup; in timelib_update_from_sse() 105 goto cleanup; in timelib_update_from_sse() 110 goto cleanup; in timelib_update_from_sse() 112 cleanup: in timelib_update_from_sse()
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_driver.c | 754 goto cleanup; in pdo_oci_handle_factory() 779 goto cleanup; in pdo_oci_handle_factory() 788 goto cleanup; in pdo_oci_handle_factory() 794 goto cleanup; in pdo_oci_handle_factory() 801 goto cleanup; in pdo_oci_handle_factory() 815 goto cleanup; in pdo_oci_handle_factory() 830 goto cleanup; in pdo_oci_handle_factory() 842 goto cleanup; in pdo_oci_handle_factory() 850 goto cleanup; in pdo_oci_handle_factory() 857 goto cleanup; in pdo_oci_handle_factory() [all …]
|
/PHP-8.2/ext/curl/tests/ |
H A D | curl_multi_close_reference.phpt | 2 curl_multi_close closed by cleanup functions
|
H A D | curl_reset.phpt | 32 // cleanup
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.c | 1129 goto cleanup; in PHP_FUNCTION() 1162 cleanup: in PHP_FUNCTION() 1613 cleanup: in php_ldap_do_search() 2266 cleanup: in php_ldap_do_modify() 2381 goto cleanup; in php_ldap_do_delete() 2398 cleanup: in php_ldap_do_delete() 2758 cleanup: { in PHP_FUNCTION() 2887 cleanup: in PHP_FUNCTION() 3570 cleanup: in php_ldap_do_rename() 3924 cleanup: in PHP_FUNCTION() [all …]
|
/PHP-8.2/Zend/tests/generators/ |
H A D | yield_during_method_call.phpt | 20 // test resource cleanup
|
/PHP-8.2/Zend/tests/fibers/ |
H A D | gc-cycle-callback.phpt | 2 GC can cleanup cycle when callback references fiber
|
H A D | gc-cycle-result.phpt | 2 GC can cleanup cycle when fiber result references fiber
|
/PHP-8.2/ext/ffi/tests/ |
H A D | gh14286_2.phpt | 7 if (PHP_DEBUG || getenv('SKIP_ASAN')) die("xfail: FFI cleanup after parser error is nor implemented…
|
/PHP-8.2/ext/opcache/tests/jit/ |
H A D | trampoline_001.phpt | 2 JIT Trampoline 001: trampoline cleanup
|
H A D | trampoline_002.phpt | 2 JIT Trampoline 002: trampoline cleanup
|
/PHP-8.2/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 310 goto cleanup; in PHP_FUNCTION() 357 goto cleanup; in PHP_FUNCTION() 392 goto cleanup; in PHP_FUNCTION() 402 cleanup: in PHP_FUNCTION()
|
/PHP-8.2/ext/soap/tests/ |
H A D | bug73037.phpt | 115 goto cleanup; 121 goto cleanup; 127 cleanup:
|