Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_globals.h137 zend_bool modules_activated; member
H A Dmain.c1601 PG(modules_activated) = 0; in php_start_sapi()
1608 PG(modules_activated)=1; in php_start_sapi()
1651 PG(modules_activated) = 0; in php_request_startup()
1695 PG(modules_activated)=1; in php_request_startup()
1778 if (PG(modules_activated)) zend_try { in php_request_shutdown_for_hook()
1782 if (PG(modules_activated)) { in php_request_shutdown_for_hook()
1786 if (PG(modules_activated)) { in php_request_shutdown_for_hook()
1845 if (PG(modules_activated)) zend_try { in php_request_shutdown()
1877 if (PG(modules_activated)) { in php_request_shutdown()
1887 if (PG(modules_activated)) { in php_request_shutdown()
/PHP-7.2/ext/libxml/
H A Dlibxml.c708 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader()
/PHP-7.2/ext/session/
H A Dsession.c542 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
581 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
/PHP-7.2/ext/soap/
H A Dsoap.c2128 …if (!PG(modules_activated) || !SOAP_GLOBAL(use_soap_error_handler) || !EG(objects_store).object_bu…

Completed in 35 milliseconds