Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddl.h22 PHPAPI int php_load_extension(const char *filename, int type, int start_now);
H A Ddl.c110 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() function
271 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() function
284 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
/php-src/main/
H A Dphp_ini.c317 php_load_extension(*((char **) arg), MODULE_PERSISTENT, 0); in php_load_php_extension_cb()

Completed in 11 milliseconds