Home
last modified time | relevance | path

Searched refs:modules_activated (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/main/
H A Dphp_globals.h131 bool modules_activated; member
H A Dmain.c1765 PG(modules_activated) = 0; in php_request_startup()
1809 PG(modules_activated)=1; in php_request_startup()
1842 if (PG(modules_activated)) { in php_request_shutdown()
1862 if (PG(modules_activated)) { in php_request_shutdown()
1872 if (PG(modules_activated)) { in php_request_shutdown()
/PHP-8.2/ext/libxml/
H A Dlibxml.c827 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader()
/PHP-8.2/ext/session/
H A Dsession.c594 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
625 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()

Completed in 29 milliseconds