Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Dinternal_functions_win32.c99 static zend_module_entry * const php_builtin_extensions[] = { variable
158 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
162 return php_register_extensions(php_builtin_extensions, EXTCOUNT); in php_register_internal_extensions()
H A Dinternal_functions.c.in28 static zend_module_entry * const php_builtin_extensions[] = {
32 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
36 return php_register_extensions(php_builtin_extensions, EXTCOUNT);

Completed in 5 milliseconds