Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_interfaces.c285 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_traversable()
308 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_aggregate()
355 static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_iterator()
397 static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_arrayaccess()
479 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_serializable()
497 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.3/sapi/phpdbg/
H A Dphpdbg_io.c238 PHPDBG_API int phpdbg_open_socket(const char *interface, unsigned short port) {
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c4862 zval interface; in ZEND_METHOD() local
5057 zval *interface; in ZEND_METHOD() local
/PHP-7.3/ext/spl/
H A Dspl_iterators.c1352 static int spl_dual_it_gets_implemented(zend_class_entry *interface, zend_class_entry *class_type) in spl_dual_it_gets_implemented()
/PHP-7.3/ext/date/
H A Dphp_date.c2051 static int implement_date_interface_handler(zend_class_entry *interface, zend_class_entry *implemen… in implement_date_interface_handler()

Completed in 83 milliseconds