Searched refs:date_object_compare_date (Results 1 – 1 of 1) sorted by relevance
331 static int date_object_compare_date(zval *d1, zval *d2);1762 date_object_handlers_date.compare = date_object_compare_date; in date_register_classes()1770 date_object_handlers_immutable.compare = date_object_compare_date; in date_register_classes()1851 static int date_object_compare_date(zval *d1, zval *d2) /* {{{ */ in date_object_compare_date() function
Completed in 27 milliseconds