Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/
H A Dphp_intl.c906 collator_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
912 formatter_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
918 normalizer_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
924 locale_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
928 grapheme_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
934 dateformat_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
952 intl_expose_icu_error_codes( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
955 idn_register_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
961 spoofchecker_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
979 php_converter_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c301 php_com_wrapper_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
302 php_com_persist_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
420 PHP_MINIT(com_typeinfo)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
437 PHP_MSHUTDOWN(com_typeinfo)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c91 tokenizer_register_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
92 tokenizer_token_get_all_register_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/spl/
H A Dphp_spl.c1001 PHP_MINIT(spl_exceptions)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1002 PHP_MINIT(spl_iterators)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1003 PHP_MINIT(spl_array)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1004 PHP_MINIT(spl_directory)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1005 PHP_MINIT(spl_dllist)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1006 PHP_MINIT(spl_heap)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1007 PHP_MINIT(spl_fixedarray)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1008 PHP_MINIT(spl_observer)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_modules.h28 #define INIT_FUNC_ARGS_PASSTHRU type, module_number macro
/PHP-7.4/ext/readline/
H A Dreadline.c181 return PHP_MINIT(cli_readline)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c599 php_register_signal_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
600 php_pcntl_register_errno_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3580 if (PHP_MINIT(module)(INIT_FUNC_ARGS_PASSTHRU) != SUCCESS) {\
3585 PHP_RINIT(module)(INIT_FUNC_ARGS_PASSTHRU);
3666 register_phpinfo_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
3667 register_html_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
3668 register_string_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
3800 PHP_RINIT(filestat)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
/PHP-7.4/ext/tidy/
H A Dtidy.c1091 _php_tidy_register_tags(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1092 _php_tidy_register_nodetypes(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1626 PHP_MINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1704 PHP_MSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION()
1732 PHP_RINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
1771 PHP_RSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.4/ext/hash/
H A Dhash.c1260 mhash_init(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/sockets/
H A Dsockets.c868 php_socket_sendrecvmsg_init(INIT_FUNC_ARGS_PASSTHRU);
/PHP-7.4/ext/session/
H A Dsession.c2959 PHP_MINIT(ps_mm) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2737 PHP_MINIT(sxe)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/sodium/
H A Dlibsodium.c647 if (FAILURE == PHP_MINIT(sodium_password_hash)(INIT_FUNC_ARGS_PASSTHRU)) { in PHP_MINIT_FUNCTION()

Completed in 91 milliseconds