Searched refs:php_load_extension (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | dl.h | 22 PHPAPI int php_load_extension(const char *filename, int type, int start_now);
|
H A D | dl.c | 110 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() function 287 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() function 300 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
|
/PHP-8.3/main/ |
H A D | php_ini.c | 317 php_load_extension(*((char **) arg), MODULE_PERSISTENT, 0); in php_load_php_extension_cb()
|
Completed in 13 milliseconds