Searched refs:dl (Results 1 – 25 of 58) sorted by relevance
123
8 disable_functions=dl13 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()
13 $loaded = dl('php_dl_test.dll');15 $loaded = dl('dl_test.so');
2 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
2 dl() returns false when disabled via INI settings10 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
2 dl() fails when trying to load full path to module10 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
2 dl() segfaults when module is already loaded7 if (getenv('SKIP_ASAN')) die('skip dl() crashes LSan');11 dl("dl_test");
2 dl(): use zend_register_functions() directly15 $loaded = dl('php_dl_test.dll');17 $loaded = dl('dl_test.so');
2 dl(): Loaded extensions properly unregister their ini settings13 $loaded = dl('php_dl_test.dll');15 $loaded = dl('dl_test.so');
2 dl(): Extensions compiled against zend_register_ini_entries() are supported14 $loaded = dl('php_dl_test.dll');16 $loaded = dl('dl_test.so');
2 dl(): Loaded extensions support ini_set()12 $loaded = dl('php_dl_test.dll');14 $loaded = dl('dl_test.so');
5 if (!function_exists("dl")) die("skip need dl");11 var_dump($t['dl']);17 string(2) "dl"
5 if (!function_exists("dl")) die("skip need dl");10 $fcts = array("dl");19 dl Ok
1 PHP_ARG_ENABLE([dl-test],2 [whether to enable dl-test extension],3 [AS_HELP_STRING([--enable-dl-test],
3 ARG_ENABLE("dl-test", "enable dl_test extension", "no");
27 PHPAPI PHP_FUNCTION(dl);29 PHP_MINFO_FUNCTION(dl);
3 function dl(string $extension_filename): bool {} function
4 // section because we want to load the extension with dl().17 die('skip dl() crashes LSan');
6 disable_functions=dl9 $disabled_function = 'dl';
3 dl('zip.so');
4 dl('zip.so');
12 if (!extension_loaded('com_dotnet')) dl('com_dotnet');
52 PHPDBG_COMMAND(dl);
Completed in 25 milliseconds