Lines Matching refs:zend_fcall_info_cache
72 zend_fcall_info_cache startElementHandler;
73 zend_fcall_info_cache endElementHandler;
74 zend_fcall_info_cache characterDataHandler;
75 zend_fcall_info_cache processingInstructionHandler;
76 zend_fcall_info_cache defaultHandler;
77 zend_fcall_info_cache unparsedEntityDeclHandler;
78 zend_fcall_info_cache notationDeclHandler;
79 zend_fcall_info_cache externalEntityRefHandler;
80 zend_fcall_info_cache startNamespaceDeclHandler;
81 zend_fcall_info_cache endNamespaceDeclHandler;
440 static void xml_set_handler(zend_fcall_info_cache *const parser_handler, const zend_fcall_info_cach… in xml_set_handler()
1078 zend_fcall_info_cache *const parser_handler_fcc in php_xml_check_string_method_arg()
1172 zend_fcall_info_cache start_fcc = {0}; in PHP_FUNCTION()
1174 zend_fcall_info_cache end_fcc = {0}; in PHP_FUNCTION()
1270 zend_fcall_info_cache *const parser_handler_fcc in php_xml_set_handler_parse_callable()
1274 zend_fcall_info_cache handler_fcc = {0}; in php_xml_set_handler_parse_callable()
1283 memcpy(parser_handler_fcc, &handler_fcc, sizeof(zend_fcall_info_cache)); in php_xml_set_handler_parse_callable()
1308 zend_fcall_info_cache handler_fcc = {0}; \