Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c271 zend_class_entry *date_ce_immutable, *date_ce_interface; variable
283 return date_ce_immutable; in php_date_get_immutable_ce()
1599 while (tmp != date_ce_date && tmp != date_ce_immutable && tmp->parent) { in get_base_date_class()
1733 !instanceof_function(implementor, date_ce_immutable) in implement_date_interface_handler()
1790 date_ce_immutable = register_class_DateTimeImmutable(date_ce_interface); in date_register_classes()
1791 date_ce_immutable->create_object = date_object_new_date; in date_register_classes()
1792 date_ce_immutable->default_object_handlers = &date_object_handlers_date; in date_register_classes()
2599 php_date_instantiate(date_ce_immutable, return_value); in PHP_FUNCTION()
2693 Z_PARAM_OBJECT_OF_CLASS(datetimeimmutable_object, date_ce_immutable) in PHP_METHOD()
2927 php_date_instantiate(date_ce_immutable, return_value); in PHP_METHOD()
[all …]

Completed in 19 milliseconds