Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds