Home
last modified time | relevance | path

Searched refs:enable_dl (Results 1 – 11 of 11) sorted by relevance

/PHP-7.3/ext/iconv/tests/
H A Dtest.inc3 //if (!extension_loaded("iconv") && ini_get("enable_dl")) {
/PHP-7.3/ext/mbstring/tests/
H A Dskipif.inc5 if (!extension_loaded("mbstring") && ini_get("enable_dl")) {
/PHP-7.3/ext/opcache/tests/
H A Dbug66334.phpt8 enable_dl=0
/PHP-7.3/ext/standard/tests/general_functions/
H A Ddl-cve-2007-4887.phpt11 enable_dl=1
/PHP-7.3/ext/session/tests/
H A Dskipif.inc3 if (!extension_loaded("session") && ini_get("enable_dl")) {
/PHP-7.3/main/
H A Dphp_globals.h59 zend_bool enable_dl; member
H A Dmain.c715 …STD_PHP_INI_BOOLEAN("enable_dl", "1", PHP_INI_SYSTEM, OnUpdateBool, enable_dl, php_core_g…
/PHP-7.3/ext/standard/
H A Ddl.c58 if (!PG(enable_dl)) { in PHP_FUNCTION()
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass1_5.c394 if (PG(enable_dl)) { in zend_optimizer_pass1()
/PHP-7.3/
H A Dphp.ini-development764 enable_dl = Off
H A Dphp.ini-production766 enable_dl = Off

Completed in 33 milliseconds