Home
last modified time | relevance | path

Searched refs:INIT_CLASS_ENTRY_EX (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/spl/
H A Dspl_functions.c31 INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), functions); in spl_register_interface()
41 INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), function_list); in spl_register_std_class()
56 INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), function_list); in spl_register_sub_class()
/PHP-8.0/ext/intl/
H A Dintl_error.c211 INIT_CLASS_ENTRY_EX( ce, "IntlException", sizeof( "IntlException" ) - 1, NULL ); in intl_register_IntlException_class()
/PHP-8.0/Zend/
H A Dzend_API.h233 INIT_CLASS_ENTRY_EX(class_container, class_name, sizeof(class_name)-1, functions)
235 #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ macro

Completed in 17 milliseconds