Searched refs:start_now (Results 1 – 2 of 2) 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); 23 PHPAPI void php_dl(const char *file, int type, zval *return_value, 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() argument 257 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension() 262 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension() 287 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument 297 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl() argument 300 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
|
Completed in 9 milliseconds