Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c349 static int date_object_compare_date(zval *d1, zval *d2);
1786 date_object_handlers_date.compare = date_object_compare_date; in date_register_classes()
1795 date_object_handlers_immutable.compare = date_object_compare_date; in date_register_classes()
1889 static int date_object_compare_date(zval *d1, zval *d2) /* {{{ */ in date_object_compare_date() function

Completed in 21 milliseconds