Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_interfaces.c284 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_traversable()
307 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_aggregate()
344 static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_iterator()
375 static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_arrayaccess()
457 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_serializable()
475 static int zend_implement_countable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_countable()
H A Dzend_exceptions.c48 static int zend_implement_throwable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_throwable()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_io.c238 PHPDBG_API int phpdbg_open_socket(const char *interface, unsigned short port) {
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c4931 zval interface; in ZEND_METHOD() local
5107 zval *interface; in ZEND_METHOD() local
/PHP-7.2/ext/spl/
H A Dspl_iterators.c1353 static int spl_dual_it_gets_implemented(zend_class_entry *interface, zend_class_entry *class_type) in spl_dual_it_gets_implemented()
/PHP-7.2/ext/date/
H A Dphp_date.c2026 static int implement_date_interface_handler(zend_class_entry *interface, zend_class_entry *implemen… in implement_date_interface_handler()

Completed in 58 milliseconds