Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds