Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/
H A Dphp_intl.c932 collator_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
938 formatter_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
944 normalizer_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
950 locale_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
954 grapheme_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
960 dateformat_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
978 intl_expose_icu_error_codes( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
981 idn_register_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
988 spoofchecker_register_constants( INIT_FUNC_ARGS_PASSTHRU ); in PHP_MINIT_FUNCTION()
1007 php_converter_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
[all …]
/PHP-7.0/ext/tokenizer/
H A Dtokenizer.c93 tokenizer_register_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
94 tokenizer_token_get_all_register_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/spl/
H A Dphp_spl.c935 PHP_MINIT(spl_exceptions)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
936 PHP_MINIT(spl_iterators)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
937 PHP_MINIT(spl_array)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
938 PHP_MINIT(spl_directory)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
939 PHP_MINIT(spl_dllist)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
940 PHP_MINIT(spl_heap)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
941 PHP_MINIT(spl_fixedarray)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
942 PHP_MINIT(spl_observer)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_modules.h30 #define INIT_FUNC_ARGS_PASSTHRU type, module_number macro
/PHP-7.0/ext/com_dotnet/
H A Dcom_extension.c357 php_com_wrapper_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
358 php_com_persist_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/interbase/
H A Dinterbase.c757 php_ibase_query_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
758 php_ibase_blobs_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
759 php_ibase_events_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
760 php_ibase_service_minit(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/readline/
H A Dreadline.c181 return PHP_MINIT(cli_readline)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/pcntl/
H A Dpcntl.c514 php_register_signal_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
515 php_pcntl_register_errno_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c3526 if (PHP_MINIT(module)(INIT_FUNC_ARGS_PASSTHRU) == SUCCESS) {\
3535 PHP_RINIT(module)(INIT_FUNC_ARGS_PASSTHRU); \
3625 register_phpinfo_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
3626 register_html_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
3627 register_string_constants(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
3756 PHP_RINIT(filestat)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
/PHP-7.0/ext/tidy/
H A Dtidy.c1052 _php_tidy_register_tags(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1053 _php_tidy_register_nodetypes(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c1574 PHP_MINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
1599 PHP_MSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION()
1652 PHP_RINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
1701 PHP_RSHUTDOWN(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.0/ext/hash/
H A Dhash.c1062 mhash_init(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/sockets/
H A Dsockets.c747 php_socket_sendrecvmsg_init(INIT_FUNC_ARGS_PASSTHRU);
/PHP-7.0/ext/session/
H A Dsession.c2744 PHP_MINIT(ps_mm) (INIT_FUNC_ARGS_PASSTHRU);
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c2747 PHP_MINIT(sxe)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()

Completed in 162 milliseconds