Home
last modified time | relevance | path

Searched refs:start_now (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/
H A Ddl.h22 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 Ddl.c110 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
241 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
246 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
271 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
281 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl() argument
284 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()

Completed in 7 milliseconds