Lines Matching refs:date_ce_interface

271 zend_class_entry *date_ce_immutable, *date_ce_interface;  variable
288 return date_ce_interface; in php_date_get_interface_ce()
1776 date_ce_interface = register_class_DateTimeInterface(); in date_register_classes()
1777 date_ce_interface->interface_gets_implemented = implement_date_interface_handler; in date_register_classes()
1779 date_ce_date = register_class_DateTime(date_ce_interface); in date_register_classes()
1790 date_ce_immutable = register_class_DateTimeImmutable(date_ce_interface); in date_register_classes()
2714 Z_PARAM_OBJECT_OF_CLASS(datetimeinterface_object, date_ce_interface) in PHP_METHOD()
2789 Z_PARAM_OBJECT_OF_CLASS(datetimeinterface_object, date_ce_interface) in PHP_METHOD()
3237 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &object, date_ce_interface, &fo… in PHP_FUNCTION()
3562 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3642 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3929 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3973 …meters(ZEND_NUM_ARGS(), getThis(), "OO|b", &object1, date_ce_interface, &object2, date_ce_interfac… in PHP_FUNCTION()
4259 …UM_ARGS(), getThis(), "OO", &object, date_ce_timezone, &dateobject, date_ce_interface) == FAILURE)… in PHP_FUNCTION()
5149 …eters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOl|l", &start, date_ce_interface, &interval, … in PHP_METHOD()
5150 …QUIET, ZEND_NUM_ARGS(), "OOO|l", &start, date_ce_interface, &interval, date_ce_interval, &end, dat… in PHP_METHOD()
5173 DATE_CHECK_INITIALIZED(Z_PHPDATE_P(start)->time, date_ce_interface); in PHP_METHOD()
5175 DATE_CHECK_INITIALIZED(Z_PHPDATE_P(end)->time, date_ce_interface); in PHP_METHOD()
5702 …if (Z_TYPE_P(ht_entry) == IS_OBJECT && instanceof_function(Z_OBJCE_P(ht_entry), date_ce_interface)… in php_date_period_initialize_from_hash()
5724 …if (Z_TYPE_P(ht_entry) == IS_OBJECT && instanceof_function(Z_OBJCE_P(ht_entry), date_ce_interface)… in php_date_period_initialize_from_hash()
5745 …if (Z_TYPE_P(ht_entry) == IS_OBJECT && instanceof_function(Z_OBJCE_P(ht_entry), date_ce_interface)… in php_date_period_initialize_from_hash()