Home
last modified time | relevance | path

Searched refs:date_object_compare_date (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/date/
H A Dphp_date.c685 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 26 milliseconds