Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 59) sorted by relevance

123

/PHP-8.2/ext/dom/
H A Dconfig.m419interfaces/attr.c $LEXBOR_DIR/dom/interfaces/cdata_section.c $LEXBOR_DIR/dom/interfaces/character_…
24interfaces/anchor_element.c $LEXBOR_DIR/html/interfaces/area_element.c $LEXBOR_DIR/html/interfaces
43 PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/dom/interfaces)
46 PHP_ADD_BUILD_DIR($ext_builddir/$LEXBOR_DIR/html/interfaces)
/PHP-8.2/ext/standard/tests/class_object/
H A Dget_declared_interfaces_variation1.phpt2 Test get_declared_interfaces() function : autoloading of interfaces
5 echo "*** Testing get_declared_interfaces() : autoloading of interfaces ***\n";
22 *** Testing get_declared_interfaces() : autoloading of interfaces ***
H A Dget_declared_classes_basic_001.phpt21 echo "\n-- Ensure userspace interfaces are not listed --\n";
38 -- Ensure userspace interfaces are not listed --
H A Dget_declared_interfaces_basic_001.phpt21 echo "\n-- Ensure userspace interfaces are listed --\n";
38 -- Ensure userspace interfaces are listed --
H A Dget_declared_traits_basic_001.phpt22 echo "\n-- Ensure userspace interfaces are not listed --\n";
44 -- Ensure userspace interfaces are not listed --
/PHP-8.2/ext/dom/lexbor/patches/
H A D0001-Patch-out-CSS-parser.patch8 source/lexbor/html/interfaces/document.c | 16 ++++++++++
10 source/lexbor/html/interfaces/style_element.c | 6 ++++
27 diff --git a/source/lexbor/html/interfaces/document.c b/source/lexbor/html/interfaces/document.c
29 --- a/source/lexbor/html/interfaces/document.c
30 +++ b/source/lexbor/html/interfaces/document.c
139 diff --git a/source/lexbor/html/interfaces/element.c b/source/lexbor/html/interfaces/element.c
141 --- a/source/lexbor/html/interfaces/element.c
142 +++ b/source/lexbor/html/interfaces/element.c
308 diff --git a/source/lexbor/html/interfaces/style_element.c b/source/lexbor/html/interfaces/style_el…
310 --- a/source/lexbor/html/interfaces/style_element.c
[all …]
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch7 source/lexbor/dom/interfaces/node.h | 2 ++
17 diff --git a/source/lexbor/dom/interfaces/node.h b/source/lexbor/dom/interfaces/node.h
19 --- a/source/lexbor/dom/interfaces/node.h
20 +++ b/source/lexbor/dom/interfaces/node.h
/PHP-8.2/ext/spl/tests/
H A Dclass_implements_variation.phpt2 SPL: Test class_implements() function : variation - no interfaces and autoload
7 echo "--- testing no interfaces ---\n";
23 --- testing no interfaces ---
/PHP-8.2/Zend/tests/traits/
H A Dbug60145.phpt2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
18 Fatal error: Cannot use traits inside of interfaces. foo is used in MyInterface in %s on line %d
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_getInterfaces_002.phpt17 $interfaces = $rc->getInterfaces();
18 print_r($interfaces);
H A DReflectionClass_getInterfaces_001.phpt38 $interfaces = $rc->getInterfaces();
39 // Sort interfaces so that tests do not fail because of wrong order.
40 ksort($interfaces);
41 print_r($interfaces);
/PHP-8.2/Zend/tests/constants/final_constants/
H A Dfinal_const9.phpt2 Class constants inherited from interfaces can be redeclared
H A Dfinal_const10.phpt2 Interface constants inherited from other interfaces can be redeclared
H A Dfinal_const12.phpt2 Interface constants cannot be inherited from other interfaces
H A Dfinal_const8.phpt2 Class constants cannot be inherited from two different interfaces
/PHP-8.2/tests/classes/
H A Dinterfaces_001.phpt2 ZE2 interfaces
H A Dinterface_class.phpt2 ZE2 A class can only implement interfaces
H A Dinterface_constant_inheritance_004.phpt2 Ensure a class may implement two interfaces which include the same constant (due to inheritance).
H A Dinheritance_003.phpt2 ZE2 method inheritance without interfaces
H A Dinheritance_004.phpt2 ZE2 method inheritance without interfaces
H A Dctor_in_interface_03.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_04.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_02.phpt2 ZE2 A class constructor must keep the signature of all interfaces
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_success5.phpt2 Typed class constants (redefinition; interfaces and traits)
/PHP-8.2/Zend/tests/
H A Dbug30922.phpt2 Bug #30922 (reflective functions crash PHP when interfaces extend themselves)

Completed in 36 milliseconds

123