DL_LOAD           141 Zend/zend_portability.h #  define DL_LOAD(libname)			dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RTLD_PARENT)
DL_LOAD           143 Zend/zend_portability.h #  define DL_LOAD(libname)			dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND)
DL_LOAD           145 Zend/zend_portability.h #  define DL_LOAD(libname)			dlopen(libname, RTLD_LAZY | RTLD_GLOBAL)
DL_LOAD           157 Zend/zend_portability.h # define DL_LOAD(libname)			LoadLibrary(libname)