Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/
H A Dphp_date.c569 zend_class_entry *date_ce_immutable, *date_ce_interface; variable
2019 date_ce_interface = zend_register_internal_interface(&ce_interface TSRMLS_CC); in date_register_classes()
2020 date_ce_interface->interface_gets_implemented = implement_date_interface_handler; in date_register_classes()
2030 zend_class_implements(date_ce_date TSRMLS_CC, 1, date_ce_interface); in date_register_classes()
2054 zend_class_implements(date_ce_immutable TSRMLS_CC, 1, date_ce_interface); in date_register_classes()
3051 …hod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &object, date_ce_interface, &format, &f… in PHP_FUNCTION()
3298 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE)… in PHP_FUNCTION()
3381 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE)… in PHP_FUNCTION()
3611 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE)… in PHP_FUNCTION()
3637 …D_NUM_ARGS() TSRMLS_CC, getThis(), "OO|l", &object1, date_ce_interface, &object2, date_ce_interfac… in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds