Home
last modified time | relevance | path

Searched refs:is_zend_mm (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c350 if ((is_mm = is_zend_mm())) { in PHPDBG_INFO()
/PHP-8.0/Zend/
H A Dzend_alloc.h227 ZEND_API bool is_zend_mm(void);
H A Dzend_execute_API.c263 zend_bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup); in shutdown_executor()
H A Dzend_alloc.c2368 ZEND_API bool is_zend_mm(void) function
/PHP-8.0/
H A DUPGRADING.INTERNALS349 - is_zend_mm()
/PHP-8.0/ext/standard/
H A Dinfo.c858 php_info_print_table_row(2, "Zend Memory Manager", is_zend_mm() ? "enabled" : "disabled" ); in php_print_info()

Completed in 34 milliseconds