Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/
H A DNEWS469 . Fixed bug #77652 (Anonymous classes can lose their interface information).
1353 . "Countable" interface is moved from SPL to Core. (Dmitry)
1428 DateTimeInterface interface). (Majkl578)
2163 interface). (Thomas Orozco)
H A DUPGRADING239 Only arrays and objects implementing the Countable interface should be passed.
/PHP-7.2/win32/
H A Dinstall.txt70 servers PHP has a direct module interface (also called SAPI). These
73 Microsoft module interface (OmniHTTPd for example). If PHP has no
1460 language interface. The flexibility and power of PHP relies on the
/PHP-7.2/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt49 30: Objects returned by bad1::getIterator() must be traversable or implement interface Iterator
50 30: Objects returned by bad2::getIterator() must be traversable or implement interface Iterator
51 30: Objects returned by bad3::getIterator() must be traversable or implement interface Iterator
52 30: Objects returned by bad4::getIterator() must be traversable or implement interface Iterator
H A D039.phpt6 interface Catchable
/PHP-7.2/tests/classes/
H A Dinterface_constant_inheritance_004.phpt5 interface IA {
9 interface IB extends IA {
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 Dinterface_implemented.phpt2 ZE2 An interface is inherited
6 interface if_a {
10 interface if_b extends if_a {
H A Dinterface_optional_arg_003.phpt2 default argument value in and in implementing class with interface in included file
H A Darray_access_009.phpt8 interface ArrayProxyAccess extends ArrayAccess
H A Dautoload_interface.p5c3 interface autoload_interface {
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_io.c238 PHPDBG_API int phpdbg_open_socket(const char *interface, unsigned short port) { argument
240 int fd = phpdbg_create_listenable_socket(interface, port, &res);
H A Dphpdbg_io.h37 PHPDBG_API int phpdbg_open_socket(const char *interface, unsigned short port);
/PHP-7.2/sapi/litespeed/
H A DREADME.md4 LiteSpeed SAPI module is a dedicated interface for PHP integration with
84 change it unless you want to change PHP interface from FastCGI to
89 1) Login to web administration interface, go to 'Server'->'Ext App' tab,
/PHP-7.2/sapi/fpm/
H A Dconfig.m4276 AC_DEFINE_UNQUOTED([PROC_MEM_FILE], "$proc_mem_file", [/proc/pid/mem interface])
/PHP-7.2/sapi/cli/
H A DREADME1 The CLI (command line interface) SAPI has been introduced
/PHP-7.2/ext/wddx/tests/
H A Dbug73831.phpt23 Cannot instantiate interface Throwable
/PHP-7.2/ext/standard/tests/serialize/
H A Dautoload_interface.p5c3 interface autoload_interface {
/PHP-7.2/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt210 // interface class
211 interface iValue
216 // implement the interface
H A Dvar_export-locale_32.phpt210 // interface class
211 interface iValue
216 // implement the interface
H A Dvar_export_basic6.phpt35 // interface class
36 interface iValue
41 // implement the interface
H A Dis_object.phpt34 // interface class
35 interface IValue
41 // implement the interface
/PHP-7.2/ext/standard/tests/file/
H A Dfopencookie.phpt13 * changed the binary interface, so if haven't detected it correctly,
/PHP-7.2/ext/standard/tests/class_object/
H A Dinterface_exists_variation3.phpt2 Test interface_exists() function : autoloaded interface
11 echo "*** Testing interface_exists() : autoloaded interface ***\n";
27 *** Testing interface_exists() : autoloaded interface ***
H A Dis_a.phpt6 interface if_a {
10 interface if_b extends if_a {

Completed in 75 milliseconds

12345678910>>...12