Home
last modified time | relevance | path

Searched refs:GET_DL_ERROR (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/standard/
H A Ddl.c34 #define GET_DL_ERROR() php_win_err() macro
37 #define GET_DL_ERROR() DL_ERROR() macro
90 err = GET_DL_ERROR(); in php_load_shlib()
102 GET_DL_ERROR(); /* free the buffer storing the error */ in php_load_shlib()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c55 #define GET_DL_ERROR() php_win_err() macro
58 #define GET_DL_ERROR() DL_ERROR() macro
1242 char *err = GET_DL_ERROR(); in phpdbg_load_module_or_extension()
1250 phpdbg_error("%s", GET_DL_ERROR()); in phpdbg_load_module_or_extension()
/PHP-8.2/ext/ffi/
H A Dffi.c41 #define GET_DL_ERROR() php_win_err() macro
44 #define GET_DL_ERROR() DL_ERROR() macro
2987 err = GET_DL_ERROR(); in ZEND_METHOD()
2997 GET_DL_ERROR(); /* free the buffer storing the error */ in ZEND_METHOD()
3331 err = GET_DL_ERROR(); in zend_ffi_load()
3341 GET_DL_ERROR(); /* free the buffer storing the error */ in zend_ffi_load()

Completed in 31 milliseconds