GET_DL_ERROR      135 ext/standard/dl.c 		char *err = GET_DL_ERROR();
GET_DL_ERROR      143 ext/standard/dl.c 		php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, GET_DL_ERROR());
GET_DL_ERROR      144 ext/standard/dl.c 		GET_DL_ERROR(); /* free the buffer storing the error */
GET_DL_ERROR     1050 sapi/phpdbg/phpdbg_prompt.c 		char *err = GET_DL_ERROR();
GET_DL_ERROR     1058 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("dl", "type=\"unknown\"", "%s", GET_DL_ERROR());