Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Dphp_globals.h131 bool modules_activated; member
H A Dmain.c1789 PG(modules_activated) = 0; in php_request_startup()
1833 PG(modules_activated)=1; in php_request_startup()
1866 if (PG(modules_activated)) { in php_request_shutdown()
1886 if (PG(modules_activated)) { in php_request_shutdown()
1896 if (PG(modules_activated)) { in php_request_shutdown()
/PHP-8.3/ext/libxml/
H A Dlibxml.c850 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader()
/PHP-8.3/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 24 milliseconds