Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 25 of 39) sorted by relevance

12

/PHP-7.4/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt6 if (!function_exists("dl")) die("skip need dl");
12 var_dump($t['dl']);
18 string(2) "dl"
/PHP-7.4/Zend/tests/
H A Dbug66218.phpt6 if (!function_exists("dl")) die("skip need dl");
11 $fcts = array("dl");
20 dl Ok
/PHP-7.4/ext/opcache/tests/
H A Dbug68104.phpt8 disable_functions=dl
13 var_dump(is_callable("dl"));
14 dl("a.so");
19 Warning: dl() has been disabled for security reasons in %sbug68104.php on line %d
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddl-cve-2007-4887.phpt2 dl() filename length checks (CVE-2007-4887)
7 die('skip dl() is not enabled for ' . php_sapi_name());
14 var_dump(dl(str_repeat("a", 8376757)));
17 Warning: dl(): File name exceeds the maximum allowed length of %d characters in %s on line %d
H A Ddl-check-enabled.phpt2 dl() returns false when disabled via INI settings
10 die('skip dl() is not enabled for ' . php_sapi_name());
17 var_dump(dl('foo'));
21 Warning: dl(): Dynamically loaded extensions aren't enabled in %s on line %d
H A Ddl-full-path-not-supported.phpt2 dl() fails when trying to load full path to module
10 die('skip dl() is not enabled for ' . php_sapi_name());
17 var_dump(dl('/path/to/module'));
21 Warning: dl(): Temporary module name should contain only filename in %s on line %d
/PHP-7.4/ext/standard/
H A Ddl.h29 PHPAPI PHP_FUNCTION(dl);
31 PHP_MINFO_FUNCTION(dl);
H A Ddl.c45 PHPAPI PHP_FUNCTION(dl) in PHP_FUNCTION() argument
261 PHP_MINFO_FUNCTION(dl) in PHP_MINFO_FUNCTION() argument
274 PHP_MINFO_FUNCTION(dl) in PHP_MINFO_FUNCTION() argument
H A Dconfig.w3229 cyr_convert.c datetime.c dir.c dl.c dns.c dns_win32.c exec.c \
/PHP-7.4/ext/xml/tests/
H A Dskipif.inc2 // DO NOT dl load extension
5 // @dl("xml$dlext");
/PHP-7.4/tests/basic/
H A Dbug31875.phpt6 disable_functions=dl
9 $disabled_function = 'dl';
/PHP-7.4/ext/zip/examples/
H A Dextract.php3 dl('zip.so');
H A Dset_compression.php4 dl('zip.so');
H A Ddir.php3 dl('zip.so');
H A Dcreate.php4 dl('zip.so');
H A Dfopen.php3 dl('zip.so');
H A Dencryption.php4 dl('zip.so');
/PHP-7.4/ext/mbstring/tests/
H A Dskipif.inc7 @dl("mbstring$dlext");
/PHP-7.4/ext/session/tests/
H A Dskipif.inc5 @dl("session$dlext");
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.h54 PHPDBG_COMMAND(dl);
/PHP-7.4/ext/exif/tests/
H A Dexif004.phpt7 if (!defined("EXIF_USE_MBSTRING") || !EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');
H A Dexif003.phpt7 if (!defined("EXIF_USE_MBSTRING") || !EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');
/PHP-7.4/ext/standard/tests/strings/
H A Dchop_basic.phpt18 $charlist = 'dl ';
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c397 size_t dl; in pdo_dblib_stmt_get_col() local
404 dl = spprintf(&tmp_data, 20, "%04d-%02d-%02d %02d:%02d:%02d", in pdo_dblib_stmt_get_col()
413 ZVAL_STRINGL(zv, tmp_data, dl); in pdo_dblib_stmt_get_col()
/PHP-7.4/sapi/embed/
H A Dphp_embed.c154 ZEND_FE(dl, arginfo_dl)

Completed in 35 milliseconds

12