Searched refs:date_object_compare_date (Results 1 – 1 of 1) sorted by relevance
685 static int date_object_compare_date(zval *d1, zval *d2);2142 date_object_handlers_date.compare_objects = date_object_compare_date; in date_register_classes()2152 date_object_handlers_immutable.compare_objects = date_object_compare_date; in date_register_classes()2260 static int date_object_compare_date(zval *d1, zval *d2) /* {{{ */ in date_object_compare_date() function
Completed in 25 milliseconds