Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_interfaces.c286 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_traversable()
312 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_aggregate()
372 static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_iterator()
428 static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_arrayaccess()
510 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_serializable()
528 static int zend_implement_countable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_countable()
H A Dzend_exceptions.c47 static int zend_implement_throwable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_throwable()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_io.c238 PHPDBG_API int phpdbg_open_socket(const char *interface, unsigned short port) {
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4864 zval interface; in ZEND_METHOD() local
5062 zval *interface; in ZEND_METHOD() local
/PHP-7.4/ext/date/
H A Dphp_date.c2047 static int implement_date_interface_handler(zend_class_entry *interface, zend_class_entry *implemen… in implement_date_interface_handler()

Completed in 55 milliseconds