Home
last modified time | relevance | path

Searched refs:zend_register_module_ex (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/php73/php-7.3.33/ext/standard/
H A Ddl.c221 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Ddl.c227 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Ddl.c221 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Ddl.c227 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Ddl.c220 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Ddl.c220 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Ddl.c220 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Ddl.c220 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_builtin_functions.c62 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_builtin_functions.c62 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()
/dports/lang/php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_prompt.c1323 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/dports/www/mod_php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_prompt.c1341 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/dports/www/mod_php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_prompt.c1323 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/dports/lang/php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_prompt.c1351 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/dports/lang/php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_prompt.c1341 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/dports/www/mod_php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_prompt.c1351 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/dports/lang/php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_prompt.c1397 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_builtin_functions.c64 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()
/dports/www/mod_php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_prompt.c1397 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_builtin_functions.c64 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_API.c2017 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module) /* {{{ */ in zend_register_module_ex() function
2084 return zend_register_module_ex(module); in zend_register_internal_module()
H A Dzend_API.h277 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module);
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_API.c2017 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module) /* {{{ */ in zend_register_module_ex() function
2084 return zend_register_module_ex(module); in zend_register_internal_module()
H A Dzend_API.h277 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module);
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_builtin_functions.c337 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()

12