Searched refs:modules_activated (Results 1 – 3 of 3) sorted by relevance
142 zend_bool modules_activated; member
1397 PG(modules_activated) = 0; in php_start_sapi()1404 PG(modules_activated)=1; in php_start_sapi()1438 PG(modules_activated) = 0; in php_request_startup()1478 PG(modules_activated)=1; in php_request_startup()1559 if (PG(modules_activated)) zend_try { in php_request_shutdown_for_hook()1563 if (PG(modules_activated)) { in php_request_shutdown_for_hook()1617 if (PG(modules_activated)) zend_try { in php_request_shutdown()1642 if (PG(modules_activated)) { in php_request_shutdown()
641 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()669 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
Completed in 27 milliseconds