php_load_extension  263 standard/dl.c  	if (php_load_extension(file, type, start_now TSRMLS_CC) == FAILURE) {
php_load_extension   26 standard/dl.h  PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC);