Searched refs:phpdbg_webhelper (Results 1 – 4 of 4) sorted by relevance
23 ZEND_DECLARE_MODULE_GLOBALS(phpdbg_webhelper);34 static PHP_MINIT_FUNCTION(phpdbg_webhelper) /* {{{ */ in PHP_MINIT_FUNCTION() argument40 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() argument98 PHP_MINIT(phpdbg_webhelper),100 PHP_RINIT(phpdbg_webhelper),108 ZEND_GET_MODULE(phpdbg_webhelper)
36 ZEND_BEGIN_MODULE_GLOBALS(phpdbg_webhelper)39 ZEND_END_MODULE_GLOBALS(phpdbg_webhelper) /* }}} */
25 EXTENSION('phpdbg_webhelper', 'phpdbg_rinit_hook.c phpdbg_webdata_transfer.c');
83 PHP_NEW_EXTENSION(phpdbg_webhelper, phpdbg_rinit_hook.c phpdbg_webdata_transfer.c, $ext_shared)
Completed in 6 milliseconds