Home
last modified time | relevance | path

Searched refs:implements (Results 126 – 150 of 480) sorted by relevance

12345678910>>...20

/PHP-8.2/tests/classes/
H A Dinterface_optional_arg.phpt12 class foo implements test {
/PHP-8.2/Zend/tests/
H A Dbug30519.phpt5 class test implements a {
H A Dclass_constants_006.phpt9 eval('class B implements I{}');
H A Dgh7792_5.phpt6 enum Foo implements Traversable {}
H A Dlsb_007.phpt6 class Foo implements static {
H A Dbug80126.phpt10 abstract class A implements I {
H A Dgh7792_1.phpt10 enum B implements A {}
H A Dbug32427.phpt10 class ExampleImpl implements Example {
H A Dbug62609.phpt6 abstract class AbstractTraversable implements Traversable {}
H A Dbug43200_2.phpt10 abstract class B implements A {
H A Dthrowable_003.phpt7 class Failure implements Throwable {}
/PHP-8.2/Zend/tests/return_types/
H A D015.phpt12 class Vector implements Collection {
H A Dgenerators003.phpt9 class SomeCollection implements Collection {
/PHP-8.2/ext/json/tests/
H A Djson_encode_recursion_02.phpt6 class SerializingTest implements JsonSerializable
H A Djson_encode_recursion_01.phpt6 class SerializingTest implements JsonSerializable
/PHP-8.2/ext/standard/tests/serialize/
H A D005.phpt67 class TestNew implements Serializable
131 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
156 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
165 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
/PHP-8.2/Zend/tests/constants/final_constants/
H A Dfinal_const5.phpt11 class C implements I
/PHP-8.2/Zend/tests/variadic/
H A Dadding_additional_optional_parameter.phpt10 class MySQL implements DB {
/PHP-8.2/ext/spl/tests/
H A Dclass_implements_basic.phpt9 class bar implements foo {}
H A Dgh11178.phpt6 class A implements IteratorAggregate {
/PHP-8.2/Zend/tests/anon/
H A D002.phpt11 $a = new class extends A implements B {
/PHP-8.2/ext/random/tests/03_randomizer/
H A Dengine_unsafe_exits.phpt9 final class ExitingEngine implements Engine
/PHP-8.2/ext/tokenizer/tests/
H A DPhpToken_toString.phpt2 PhpToken implements __toString()
/PHP-8.2/Zend/tests/type_declarations/union_types/
H A Dgenerator_return_containing_extra_types.phpt10 class C implements I {
/PHP-8.2/ext/standard/tests/general_functions/
H A Dis_countable_with_classes.phpt9 var_dump(is_countable(new class implements Countable {

Completed in 37 milliseconds

12345678910>>...20