Searched refs:php_date_get_interface_ce (Results 1 – 5 of 5) sorted by relevance
152 PHPAPI zend_class_entry *php_date_get_interface_ce(void);
284 PHPAPI zend_class_entry *php_date_get_interface_ce(void) in php_date_get_interface_ce() function
171 } else if (instanceof_function(instance_ce, php_date_get_interface_ce())) { in PHP_FUNCTION()
200 if (instanceof_function(Z_OBJCE_P(z), php_date_get_interface_ce())) { in intl_zval_to_millis()
2975 if (instanceof_function_slow(Z_OBJCE_P(data), php_date_get_interface_ce())) { in to_xml_datetime_ex()
Completed in 30 milliseconds