Home
last modified time | relevance | path

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

123

/php-src/ext/opcache/tests/
H A Dbug68104.phpt8 disable_functions=dl
13 if (getenv('SKIP_ASAN')) die('xleak 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-src/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('xleak 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('xleak 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('xleak 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 Dgh9589.phpt2 dl() segfaults when module is already loaded
7 if (getenv('SKIP_ASAN')) die('xleak dl() crashes LSan');
11 dl("dl_test");
H A Ddl-use_register_functions_directly.phpt2 dl(): use zend_register_functions() directly
15 $loaded = dl('php_dl_test.dll');
17 $loaded = dl('dl_test.so');
H A Ddl-001.phpt2 dl(): Loaded extensions properly unregister their ini settings
16 $loaded = dl('php_dl_test.dll');
18 $loaded = dl('dl_test.so');
H A Ddl-002.phpt2 dl(): Extensions compiled against zend_register_ini_entries() are supported
17 $loaded = dl('php_dl_test.dll');
19 $loaded = dl('dl_test.so');
H A Ddl-003.phpt2 dl(): Loaded extensions support ini_set()
15 $loaded = dl('php_dl_test.dll');
17 $loaded = dl('dl_test.so');
/php-src/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-src/Zend/tests/
H A Dbug66218.phpt5 if (!function_exists("dl")) die("skip need dl");
10 $fcts = array("dl");
19 dl Ok
/php-src/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-src/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-src/ext/dl_test/tests/
H A Dskip.inc4 // section because we want to load the extension with dl().
17 die('xleak dl() crashes LSan');
/php-src/tests/basic/
H A Dbug31875.phpt6 disable_functions=dl
9 $disabled_function = 'dl';
/php-src/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-src/ext/com_dotnet/tests/
H A Dbug77578.phpt12 if (!extension_loaded('com_dotnet')) dl('com_dotnet');

Completed in 18 milliseconds

123