Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_functions.c33 INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), functions); in spl_register_interface()
43 INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), function_list); in spl_register_std_class()
58 INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), function_list); in spl_register_sub_class()
/PHP-7.4/ext/simplexml/
H A Dsxe.c199INIT_CLASS_ENTRY_EX(sxi, "SimpleXMLIterator", sizeof("SimpleXMLIterator") - 1, funcs_SimpleXMLIter… in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/
H A Dintl_error.c238 INIT_CLASS_ENTRY_EX( ce, "IntlException", sizeof( "IntlException" ) - 1, NULL ); in intl_register_IntlException_class()
/PHP-7.4/Zend/
H A Dzend_API.h187 INIT_CLASS_ENTRY_EX(class_container, class_name, sizeof(class_name)-1, functions)
189 #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ macro

Completed in 16 milliseconds