Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_interfaces.c259 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_traversable()
287 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_aggregate()
327 static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_iterator()
379 static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_arrayaccess()
460 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_serializable()
H A Dzend_enum.c127 static int zend_implement_unit_enum(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_unit_enum()
140 static int zend_implement_backed_enum(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_backed_enum()
H A Dzend_builtin_functions.stub.php83 function interface_exists(string $interface, bool $autoload = true): bool {}
H A Dzend_exceptions.c58 static int zend_implement_throwable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_throwable()
/php-src/ext/reflection/
H A Dphp_reflection.stub.php399 public function implementsInterface(ReflectionClass|string $interface): bool {}
H A Dphp_reflection.c5182 zval interface; in ZEND_METHOD() local
/php-src/ext/opcache/
H A DZendAccelerator.c3712 zend_class_entry *interface = local
/php-src/ext/date/
H A Dphp_date.c1729 static int implement_date_interface_handler(zend_class_entry *interface, zend_class_entry *implemen… in implement_date_interface_handler()

Completed in 70 milliseconds