Searched refs:php_load_extension (Results 1 – 3 of 3) sorted by relevance
26 PHPAPI int php_load_extension(char *filename, int type, int start_now);
109 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension() function249 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
346 php_load_extension(*((char **) arg), MODULE_PERSISTENT, 0); in php_load_php_extension_cb()
Completed in 19 milliseconds