Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c21 ZEND_DECLARE_MODULE_GLOBALS(phpdbg_webhelper)
32 static PHP_MINIT_FUNCTION(phpdbg_webhelper) /* {{{ */ in PHP_MINIT_FUNCTION() argument
38 ZEND_INIT_MODULE_GLOBALS(phpdbg_webhelper, php_phpdbg_webhelper_globals_ctor, NULL); in PHP_MINIT_FUNCTION()
44 static PHP_RINIT_FUNCTION(phpdbg_webhelper) /* {{{ */ in PHP_RINIT_FUNCTION() argument
96 PHP_MINIT(phpdbg_webhelper),
98 PHP_RINIT(phpdbg_webhelper),
106 ZEND_GET_MODULE(phpdbg_webhelper)
H A Dphpdbg_rinit_hook.h34 ZEND_BEGIN_MODULE_GLOBALS(phpdbg_webhelper)
37 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 10 milliseconds