Home
last modified time | relevance | path

Searched refs:interface (Results 101 – 125 of 300) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/standard/tests/serialize/
H A Dautoload_interface.p5c3 interface autoload_interface {
/PHP-7.2/tests/classes/
H A Dautoload_interface.p5c3 interface autoload_interface {
H A Dinterface_optional_arg_003.inc2 interface I {
H A Dinterface_implemented.phpt2 ZE2 An interface is inherited
6 interface if_a {
10 interface if_b extends if_a {
H A Dinterfaces_001.phpt6 interface ThrowableInterface {
H A Dinterface_class.phpt12 Fatal error: derived cannot implement base - it is not an interface in %s on line %d
H A Dinterface_method_final.phpt2 ZE2 An interface method cannot be final
/PHP-7.2/ext/simplexml/tests/
H A Dbug37565.phpt34 Error: Argument 1 passed to Reflection::export() must implement interface Reflector, null given
36 Error: Argument 1 passed to Reflection::export() must implement interface Reflector, null given
/PHP-7.2/ext/spl/tests/
H A Dclass_implements_basic2.phpt14 interface foo { }
17 interface bar { }
H A Dspl_003.phpt23 interface iface1{}
24 interface iface2{}
/PHP-7.2/Zend/tests/grammar/
H A Dregression_010.phpt6 interface A{}
/PHP-7.2/Zend/tests/traits/
H A Dget_declared_traits_001.phpt7 interface b { }
H A Derror_008.phpt12 Fatal error: foo cannot implement abc - it is not an interface in %s on line %d
H A Dget_declared_traits_002.phpt8 interface b { }
/PHP-7.2/ext/fileinfo/tests/
H A Dfinfo_buffer_variation1-mb.phpt29 echo "*** Testing finfo_buffer() : variation functionality with oo interface ***\n";
41 *** Testing finfo_buffer() : variation functionality with oo interface ***
H A Dfinfo_buffer_variation1.phpt29 echo "*** Testing finfo_buffer() : variation functionality with oo interface ***\n";
41 *** Testing finfo_buffer() : variation functionality with oo interface ***
/PHP-7.2/Zend/tests/
H A Dinter_02.phpt10 interface foo {
/PHP-7.2/ext/soap/tests/
H A Dclassmap.wsdl37 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest" style="rpc"/>
46 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest2" style="rpc"…
57 <soap:address location="http://localhost:81/test/interface.php?class=test"/>
/PHP-7.2/Zend/
H A Dzend_interfaces.c284 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_traversable() argument
307 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_aggregate() argument
323 ZSTR_VAL(interface->name), in zend_implement_aggregate()
344 static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_iterator() argument
355 ZSTR_VAL(interface->name), in zend_implement_iterator()
375 static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_arrayaccess() argument
457 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_serializable() argument
475 static int zend_implement_countable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_countable() argument
/PHP-7.2/Zend/tests/variadic/
H A Dvariadic_implements_non_variadic.phpt6 interface DB {
/PHP-7.2/Zend/tests/nullable_types/
H A Dcontravariant_nullable_param_succeeds.phpt6 interface A {
/PHP-7.2/ext/reflection/tests/
H A Dbug78697.phpt14 T is not an interface
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_reserved2.phpt2 Scalar type names cannot be used as class, trait or interface names (2)
H A Dscalar_reserved3.phpt2 Scalar type names cannot be used as class, trait or interface names (3)
H A Dscalar_reserved4.phpt2 Scalar type names cannot be used as class, trait or interface names (4)

Completed in 23 milliseconds

12345678910>>...12