Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/
H A Dphp_intl.c160 collator_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
166 formatter_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
172 normalizer_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
178 locale_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
182 grapheme_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
188 dateformat_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
206 intl_expose_icu_error_codes( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
209 idn_register_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
215 spoofchecker_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
233 php_converter_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
[all …]
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension.c164 php_com_wrapper_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
165 php_com_persist_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
280 PHP_MINIT(com_typeinfo)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
296 PHP_MSHUTDOWN(com_typeinfo)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.0/ext/spl/
H A Dphp_spl.c720 PHP_MINIT(spl_exceptions)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
721 PHP_MINIT(spl_iterators)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
722 PHP_MINIT(spl_array)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
723 PHP_MINIT(spl_directory)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
724 PHP_MINIT(spl_dllist)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
725 PHP_MINIT(spl_heap)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
726 PHP_MINIT(spl_fixedarray)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
727 PHP_MINIT(spl_observer)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_modules.h28 #define INIT_FUNC_ARGS_PASSTHRU type, module_number macro
/PHP-8.0/ext/tokenizer/
H A Dtokenizer.c259 tokenizer_register_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
260 tokenizer_token_get_all_register_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c256 if (PHP_MINIT(module)(INIT_FUNC_ARGS_PASSTHRU) != SUCCESS) {\
261 PHP_RINIT(module)(INIT_FUNC_ARGS_PASSTHRU);
342 register_phpinfo_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
343 register_html_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
344 register_string_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
479 PHP_RINIT(filestat)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
/PHP-8.0/ext/readline/
H A Dreadline.c85 return PHP_MINIT(cli_readline)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/pcntl/
H A Dpcntl.c439 php_register_signal_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
440 php_pcntl_register_errno_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/tidy/
H A Dtidy.c848 _php_tidy_register_tags(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
849 _php_tidy_register_nodetypes(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c1077 PHP_MINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1104 PHP_MSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION()
1126 PHP_RINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
1165 PHP_RSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RSHUTDOWN_FUNCTION()
/PHP-8.0/ext/hash/
H A Dhash.c1625 mhash_init(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/sockets/
H A Dsockets.c611 php_socket_sendrecvmsg_init(INIT_FUNC_ARGS_PASSTHRU);
/PHP-8.0/ext/sodium/
H A Dlibsodium.c353 if (FAILURE == PHP_MINIT(sodium_password_hash)(INIT_FUNC_ARGS_PASSTHRU)) { in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/session/
H A Dsession.c2802 PHP_MINIT(ps_mm) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()

Completed in 88 milliseconds