Searched refs:sxe2 (Results 1 – 1 of 1) sorted by relevance
1203 php_sxe_object *sxe2; in sxe_objects_compare() local1208 sxe2 = Z_SXEOBJ_P(object2); in sxe_objects_compare()1210 if (sxe1->node != NULL && sxe2->node != NULL) { in sxe_objects_compare()1212 if (sxe1->node == sxe2->node) { in sxe_objects_compare()1218 if (sxe1->node == NULL && sxe2->node == NULL) { in sxe_objects_compare()1220 if (sxe1->document->ptr == sxe2->document->ptr) { in sxe_objects_compare()
Completed in 8 milliseconds