Home
last modified time | relevance | path

Searched refs:INIT_FUNC_ARGS_PASSTHRU (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/com_dotnet/
H A Dcom_extension.c178 php_com_wrapper_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
179 php_com_persist_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
210 PHP_MINIT(com_typeinfo)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
226 PHP_MSHUTDOWN(com_typeinfo)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.3/ext/intl/
H A Dphp_intl.c203 php_converter_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
206 php_uchar_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/spl/
H A Dphp_spl.c729 PHP_MINIT(spl_exceptions)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
730 PHP_MINIT(spl_iterators)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
731 PHP_MINIT(spl_array)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
732 PHP_MINIT(spl_directory)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
733 PHP_MINIT(spl_dllist)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
734 PHP_MINIT(spl_heap)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
735 PHP_MINIT(spl_fixedarray)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
736 PHP_MINIT(spl_observer)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_modules.h28 #define INIT_FUNC_ARGS_PASSTHRU type, module_number macro
/PHP-8.3/ext/readline/
H A Dreadline.c88 return PHP_MINIT(cli_readline)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/standard/
H A Dbasic_functions.c275 if (PHP_MINIT(module)(INIT_FUNC_ARGS_PASSTHRU) != SUCCESS) {\
280 PHP_RINIT(module)(INIT_FUNC_ARGS_PASSTHRU);
422 PHP_RINIT(filestat)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
/PHP-8.3/ext/zend_test/
H A Dtest.c1247 zend_test_observer_init(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/mbstring/
H A Dmbstring.c1075 PHP_MINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1109 PHP_MSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION()
1131 PHP_RINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
1174 PHP_RSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RSHUTDOWN_FUNCTION()
/PHP-8.3/ext/hash/
H A Dhash.c1645 mhash_init(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/sockets/
H A Dsockets.c460 php_socket_sendrecvmsg_init(INIT_FUNC_ARGS_PASSTHRU);
/PHP-8.3/ext/session/
H A Dsession.c2884 PHP_MINIT(ps_mm) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/sodium/
H A Dlibsodium.c168 if (FAILURE == PHP_MINIT(sodium_password_hash)(INIT_FUNC_ARGS_PASSTHRU)) { in PHP_MINIT_FUNCTION()

Completed in 87 milliseconds