Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dinternal_functions_win32.c114 static zend_module_entry *php_builtin_extensions[] = { variable
184 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
188 return php_register_extensions(php_builtin_extensions, EXTCOUNT); in php_register_internal_extensions()
H A Dinternal_functions.c.in32 static zend_module_entry *php_builtin_extensions[] = {
36 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
40 return php_register_extensions(php_builtin_extensions, EXTCOUNT);

Completed in 15 milliseconds