Home
last modified time | relevance | path

Searched refs:phpdbg_webhelper (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c23 ZEND_DECLARE_MODULE_GLOBALS(phpdbg_webhelper);
34 static PHP_MINIT_FUNCTION(phpdbg_webhelper) /* {{{ */ in PHP_MINIT_FUNCTION() argument
40 ZEND_INIT_MODULE_GLOBALS(phpdbg_webhelper, php_phpdbg_webhelper_globals_ctor, NULL); in PHP_MINIT_FUNCTION()
46 static PHP_RINIT_FUNCTION(phpdbg_webhelper) /* {{{ */ in PHP_RINIT_FUNCTION() argument
98 PHP_MINIT(phpdbg_webhelper),
100 PHP_RINIT(phpdbg_webhelper),
108 ZEND_GET_MODULE(phpdbg_webhelper)
H A Dphpdbg_rinit_hook.h36 ZEND_BEGIN_MODULE_GLOBALS(phpdbg_webhelper)
39 ZEND_END_MODULE_GLOBALS(phpdbg_webhelper) /* }}} */
H A Dconfig.w3225 EXTENSION('phpdbg_webhelper', 'phpdbg_rinit_hook.c phpdbg_webdata_transfer.c');
H A Dconfig.m495 PHP_NEW_EXTENSION(phpdbg_webhelper, phpdbg_rinit_hook.c phpdbg_webdata_transfer.c, $ext_shared)

Completed in 13 milliseconds