Searched refs:date_object_compare_date (Results 1 – 1 of 1) sorted by relevance
169 static int date_object_compare_date(zval *d1, zval *d2);1678 date_object_handlers_date.compare = date_object_compare_date; in date_register_classes()1688 date_object_handlers_immutable.compare = date_object_compare_date; in date_register_classes()1798 static int date_object_compare_date(zval *d1, zval *d2) /* {{{ */ in date_object_compare_date() function
Completed in 14 milliseconds