Home
last modified time | relevance | path

Searched refs:DL_LOAD (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_portability.h145 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RT… macro
147 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND) macro
149 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL) macro
161 # define DL_LOAD(libname) LoadLibrary(libname) macro
H A Dzend_extensions.c31 handle = DL_LOAD(path); in zend_load_extension()
/PHP-7.3/ext/standard/
H A Ddl.c84 handle = DL_LOAD(path); in php_load_shlib()
/PHP-7.3/sapi/phpdbg/
H A Dxml.md602 - unknown: general error with internal DL_LOAD() (for message see msg attribute)
H A Dphpdbg_prompt.c1311 handle = DL_LOAD(*path); in phpdbg_load_module_or_extension()

Completed in 24 milliseconds