Home
last modified time | relevance | path

Searched refs:interface (Results 151 – 175 of 431) sorted by relevance

12345678910>>...18

/php-src/Zend/tests/
H A Dbug73987_1.phpt2 …7 (Method compatibility check looks to original definition and not parent - return types interface)
6 interface I {
H A Dbug79022.phpt26 eval ("interface iFoo extends iBar {}");
30 eval ("interface iBar {}");
H A Danon_class_name.phpt8 interface Test2 {}
9 interface Test3 {}
H A Dbug43200.phpt6 interface a {
10 interface b {
H A Dbug73987.phpt2 …87 (Method compatibility check looks to original definition and not parent - nullability interface)
6 interface I {
H A Dns_072.phpt2 Testing parameter type-hinted with interface
8 interface foo {
H A Dserializable_deprecation.phpt6 interface I extends Serializable {}
23 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
/php-src/tests/classes/
H A Dinterfaces_003.phpt2 ZE2 interface and __construct
8 interface MyInterface
H A Dinterfaces_002.phpt2 ZE2 interface with an unimplemented method
6 interface ThrowableInterface {
H A Dinterface_doubled.phpt2 ZE2 An interface extends base interfaces
6 interface if_a {
10 interface if_b {
14 interface if_c extends if_a, if_b {
18 interface if_d extends if_a, if_b {
22 interface if_e {
26 interface if_f extends /*if_e,*/ if_a, if_b, if_c, if_d /*, if_e*/ {
H A Dtype_hinting_001.phpt6 interface Foo {
10 interface Bar {
/php-src/ext/reflection/tests/
H A DReflectionClass_getModifiers_basic.phpt11 interface d {}
13 interface f extends d {}
/php-src/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid6.phpt7 interface Y {}
8 interface Z {}
H A Dinvalid2.phpt6 interface A {}
7 interface B {}
H A Dinvalid_covariance_drop_type1.phpt6 interface A {}
7 interface B {}
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_iface_003.phpt2 Test session_set_save_handler() function: id interface
10 echo "*** Testing session_set_save_handler() function: id interface ***\n";
74 *** Testing session_set_save_handler() function: id interface ***
H A Dsession_set_save_handler_iface_002.phpt2 Test session_set_save_handler() function: interface wrong
10 echo "*** Testing session_set_save_handler() function: interface wrong ***\n";
12 interface MySessionHandlerInterface {
82 *** Testing session_set_save_handler() function: interface wrong ***
H A Dsession_set_save_handler_iface_001.phpt2 Test session_set_save_handler() function: interface
10 echo "*** Testing session_set_save_handler() function: interface ***\n";
84 *** Testing session_set_save_handler() function: interface ***
/php-src/ext/standard/tests/serialize/
H A Dbug36424.phpt2 Bug #36424 - Serializable interface breaks object references
46 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
48 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
50 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
/php-src/Zend/tests/traits/
H A Dinterface_003.phpt2 Testing to implement Serializable interface by traits
24 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
/php-src/Zend/tests/enum/
H A Dno-implement-serializable.phpt22 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
24 Fatal error: Enum Foo cannot implement the Serializable interface in %s on line %d
/php-src/Zend/tests/attributes/override/
H A D001.phpt6 interface I {
10 interface II extends I {
/php-src/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload4.phpt19 interface X {
24 interface Y extends X {
/php-src/ext/opcache/tests/jit/
H A Dgh8591-002.phpt16 // interface changes and Model is re-linked.
21 interface ModelInterace
/php-src/ext/opcache/tests/
H A Dpreload_011.phpt16 interface K {}
17 interface L extends K {}

Completed in 49 milliseconds

12345678910>>...18