Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_info.c350 if ((is_mm = is_zend_mm())) { in PHPDBG_INFO()
/PHP-8.2/Zend/
H A Dzend_alloc.h222 ZEND_API bool is_zend_mm(void);
H A Dzend_execute_API.c409 bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup); in shutdown_executor()
H A Dzend_alloc.c2422 ZEND_API bool is_zend_mm(void) function
/PHP-8.2/ext/standard/
H A Dinfo.c887 php_info_print_table_row(2, "Zend Memory Manager", is_zend_mm() ? "enabled" : "disabled" ); in php_print_info()

Completed in 28 milliseconds