Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/
H A Dphp_date.c577 zend_class_entry *date_ce_immutable, *date_ce_interface; variable
2027 date_ce_interface = zend_register_internal_interface(&ce_interface TSRMLS_CC); in date_register_classes()
2028 date_ce_interface->interface_gets_implemented = implement_date_interface_handler; in date_register_classes()
2038 zend_class_implements(date_ce_date TSRMLS_CC, 1, date_ce_interface); in date_register_classes()
2063 zend_class_implements(date_ce_immutable TSRMLS_CC, 1, date_ce_interface); in date_register_classes()
3080 …hod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &object, date_ce_interface, &format, &f… in PHP_FUNCTION()
3328 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE)… in PHP_FUNCTION()
3411 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE)… in PHP_FUNCTION()
3641 …thod_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE)… in PHP_FUNCTION()
3667 …D_NUM_ARGS() TSRMLS_CC, getThis(), "OO|l", &object1, date_ce_interface, &object2, date_ce_interfac… in PHP_FUNCTION()
[all …]

Completed in 37 milliseconds