Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dinternal_functions_win32.c112 static zend_module_entry * const php_builtin_extensions[] = { variable
182 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
186 return php_register_extensions(php_builtin_extensions, EXTCOUNT); in php_register_internal_extensions()
H A Dinternal_functions.c.in30 static zend_module_entry * const php_builtin_extensions[] = {
34 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
38 return php_register_extensions(php_builtin_extensions, EXTCOUNT);

Completed in 7 milliseconds