Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.c352 if ((is_mm = is_zend_mm())) { in PHPDBG_INFO()
/PHP-7.4/Zend/
H A Dzend_alloc.h226 ZEND_API int is_zend_mm(void);
H A Dzend_execute_API.c262 zend_bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup); in shutdown_executor()
H A Dzend_alloc.c2367 ZEND_API int is_zend_mm(void) function
/PHP-7.4/ext/standard/
H A Dinfo.c863 php_info_print_table_row(2, "Zend Memory Manager", is_zend_mm() ? "enabled" : "disabled" ); in php_print_info()

Completed in 98 milliseconds