Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Ddl.c109 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension() argument
228 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
233 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
246 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
249 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
264 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
H A Ddl.h26 PHPAPI int php_load_extension(char *filename, int type, int start_now);
27 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now);

Completed in 12 milliseconds