Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 431) sorted by last modified time

12345678910>>...18

/php-src/ext/reflection/
H A Dphp_reflection.stub.php399 public function implementsInterface(ReflectionClass|string $interface): bool {} argument
H A Dphp_reflection_arginfo.h314 ZEND_ARG_OBJ_TYPE_MASK(0, interface, ReflectionClass, MAY_BE_STRING, NULL)
H A Dphp_reflection.c5196 zval interface; in ZEND_METHOD() local
5197 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD()
5198 zend_hash_update(Z_ARRVAL_P(return_value), ce->interfaces[i]->name, &interface); in ZEND_METHOD()
/php-src/Zend/tests/
H A Dname_collision_02.phpt2 Object naming collision error: class/interface
7 interface A { }
H A Dname_collision_04.phpt2 Object naming collision error: interface/interface
6 interface A { }
7 interface A { }
11 Fatal error: Cannot redeclare interface A (previously declared in %s:%d) in %s on line %d
H A Dname_collision_05.phpt2 Object naming collision error: interface/trait
6 interface A { }
11 Fatal error: Cannot redeclare interface A (previously declared in %s:%d) in %s on line %d
H A Dclass_alias_004.phpt2 Testing creation of alias using an existing interface name
8 interface test { }
H A Dclass_alias_010.phpt6 interface a { }
14 Warning: Cannot redeclare interface b (previously declared in %s:%d) in %s on line %d
H A Dinter_06.phpt2 Trying use name of an internal class as interface name
6 interface stdClass { }
H A Dbug49908.phpt2 Bug #49908 (throwing exception in autoloader crashes when interface is not defined)
H A Dns_072.phpt2 Testing parameter type-hinted with interface
8 interface foo {
H A Dbug72119.phpt5 interface Foo {
/php-src/sapi/fpm/
H A Dconfig.m4227 AC_DEFINE_UNQUOTED([PROC_MEM_FILE], "$proc_mem_file", [/proc/pid/mem interface])
/php-src/ext/dom/
H A Dconfig.w3222 ADD_SOURCES("ext/dom/lexbor/lexbor/dom", "interface.c", "dom");
27 …ADD_SOURCES("ext/dom/lexbor/lexbor/html", "encoding.c interface.c parser.c token.c token_attr.c to…
H A Dconfig.m419 …$LEXBOR_DIR/dom/interface.c $LEXBOR_DIR/dom/interfaces/attr.c $LEXBOR_DIR/dom/interfaces/cdata_sec…
23 …$LEXBOR_DIR/html/encoding.c $LEXBOR_DIR/html/interface.c $LEXBOR_DIR/html/parser.c $LEXBOR_DIR/htm…
/php-src/Zend/tests/type_declarations/variance/
H A Dloading_exception1.phpt20 interface I {}
H A Dloading_exception2.phpt2 Exception while loading class -- interface case
22 interface J {}
/php-src/ext/opcache/tests/opt/
H A Dtype_inference_class_consts4.phpt2 Test type inference of class consts - interface consts
15 interface TestI {
/php-src/Zend/tests/traits/
H A Dbug60717.phpt8 interface Helper
/php-src/ext/opcache/
H A DZendAccelerator.c3712 zend_class_entry *interface = local
3714 if (!interface) {
/php-src/build/
H A Dgen_stub.php3494 foreach ($this->implements as $k => $interface) {
3495 $interfaceInfo = $classMap[$interface->toString()] ?? null;
3497 throw new Exception("Missing implemented interface " . $interface->toString());
3780 $interface = $classMap[$interfaceName->toString()] ?? null;
3781 if ($interface === null) {
3785 if ($interface->isException($classMap)) {
/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() argument
/php-src/Zend/tests/variadic/
H A Dadding_additional_optional_parameter.phpt6 interface DB {
H A Dadding_additional_optional_parameter_error.phpt6 interface DB {
/php-src/ext/curl/
H A Dconfig.w3228 EXTENSION("curl", "interface.c multi.c share.c curl_file.c");

Completed in 141 milliseconds

12345678910>>...18