ce_SimpleXMLElement   36 ext/simplexml/sxe.c PHP_SXE_API zend_class_entry *ce_SimpleXMLElement;
ce_SimpleXMLElement   51 ext/simplexml/sxe.c 	ce_SimpleXMLElement->iterator_funcs.funcs->rewind((zend_object_iterator*)&iter);
ce_SimpleXMLElement  127 ext/simplexml/sxe.c 	ce_SimpleXMLElement->iterator_funcs.funcs->move_forward((zend_object_iterator*)&iter);
ce_SimpleXMLElement  202 ext/simplexml/sxe.c 		ce_SimpleXMLElement  = NULL;
ce_SimpleXMLElement  207 ext/simplexml/sxe.c 	ce_SimpleXMLElement = pce;
ce_SimpleXMLElement  210 ext/simplexml/sxe.c 	ce_SimpleXMLIterator = zend_register_internal_class_ex(&sxi, ce_SimpleXMLElement);
ce_SimpleXMLElement  211 ext/simplexml/sxe.c 	ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object;
ce_SimpleXMLElement   27 ext/simplexml/sxe.h extern PHP_SXE_API zend_class_entry *ce_SimpleXMLElement;