Searched refs:add_zendext_info (Results 1 – 2 of 2) sorted by relevance
1451 static void add_zendext_info(zend_extension *ext, void *arg) /* {{{ */ in add_zendext_info() function1470 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) add_zendext_info, r… in ZEND_FUNCTION()
1208 static void add_zendext_info(zend_extension *ext) /* {{{ */ { in add_zendext_info() function1362 zend_llist_apply(&zend_extensions, (llist_apply_func_t) add_zendext_info); in PHPDBG_COMMAND()
Completed in 12 milliseconds