Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/opcache/tests/
H A Dbug68104.phpt8 disable_functions=dl
13 if (getenv('SKIP_ASAN')) die('skip dl() crashes LSan');
17 var_dump(is_callable("dl"));
19 dl("a.so");
26 Call to undefined function dl()
H A Dgh8466.phpt13 $loaded = dl('php_dl_test.dll');
15 $loaded = dl('dl_test.so');
/PHP-8.1/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());
9 if (getenv('SKIP_ASAN')) die('skip dl() crashes LSan');
16 var_dump(dl(str_repeat("a", 8376757)));
20 Warning: dl(): Filename 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());
12 if (getenv('SKIP_ASAN')) die('skip dl() crashes LSan');
18 var_dump(dl('foo'));
22 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());
12 if (getenv('SKIP_ASAN')) die('skip dl() crashes LSan');
18 var_dump(dl('/path/to/module'));
22 Warning: dl(): Temporary module name should contain only filename in %s on line %d
H A Ddl-001.phpt2 dl(): Loaded extensions properly unregister their ini settings
13 $loaded = dl('php_dl_test.dll');
15 $loaded = dl('dl_test.so');
H A Ddl-002.phpt2 dl(): Extensions compiled against zend_register_ini_entries() are supported
14 $loaded = dl('php_dl_test.dll');
16 $loaded = dl('dl_test.so');
H A Ddl-003.phpt2 dl(): Loaded extensions support ini_set()
12 $loaded = dl('php_dl_test.dll');
14 $loaded = dl('dl_test.so');
/PHP-8.1/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt5 if (!function_exists("dl")) die("skip need dl");
11 var_dump($t['dl']);
17 string(2) "dl"
/PHP-8.1/Zend/tests/
H A Dbug66218.phpt5 if (!function_exists("dl")) die("skip need dl");
10 $fcts = array("dl");
19 dl Ok
/PHP-8.1/ext/dl_test/
H A Dconfig.m41 PHP_ARG_ENABLE([dl-test],
2 [whether to enable dl-test extension],
3 [AS_HELP_STRING([--enable-dl-test],
H A Dconfig.w323 ARG_ENABLE("dl-test", "enable dl_test extension", "no");
/PHP-8.1/ext/standard/
H A Ddl.h27 PHPAPI PHP_FUNCTION(dl);
29 PHP_MINFO_FUNCTION(dl);
H A Ddl.stub.php3 function dl(string $extension_filename): bool {} function
/PHP-8.1/ext/dl_test/tests/
H A Dskip.inc4 // section because we want to load the extension with dl().
17 die('skip dl() crashes LSan');
/PHP-8.1/tests/basic/
H A Dbug31875.phpt6 disable_functions=dl
9 $disabled_function = 'dl';
/PHP-8.1/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-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.h52 PHPDBG_COMMAND(dl);
/PHP-8.1/ext/standard/tests/strings/
H A Dchop_basic.phpt13 $charlist = 'dl ';
/PHP-8.1/ext/exif/tests/
H A Dexif004.phpt7 if (!defined("EXIF_USE_MBSTRING") || !EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');

Completed in 28 milliseconds

123