Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 227) sorted by path

12345678910

/PHP-5.5/
H A D.gdbinit452 printf "interface %s", $ce->name
H A DINSTALL69 servers PHP has a direct module interface (also called SAPI). These
72 Microsoft module interface (OmniHTTPd for example). If PHP has no
924 listen on the localhost interface. If you use network functions,
1838 to learn language interface. The flexibility and power of PHP
H A DNEWS403 . Fixed bug #69467 (Wrong checked for the interface by using Trait).
3399 . Added JsonSerializable interface. (Sara)
3485 session handler interface). (Arpad)
5492 - Fixed bug #49908 (throwing exception in __autoload crashes when interface
8607 - Reimplemented FastCGI interface. (Dmitry)
9085 - Added interface Serializable. (Stanislav, Marcus)
9159 . added interface Countable
9462 - Fixed bug #33732 (Wrong behavior of constants in class and interface
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES69 interface b{
H A DREADME.TESTING215 * Command line interface:
H A DUPGRADING.INTERNALS115 whether the object they contain implements the Serializable interface.
/PHP-5.5/Zend/
H A DZEND_CHANGES174 interface Printable {
186 'interface' or 'implements' should run without modifications.
188 An interface may extend one or more base interfaces (but not
189 implement them). Neither a class nor an interface can inherit
197 interface Printable {
201 interface Streamable extends Printable {
219 A class that does not implement all interface methods must be
231 interface Foo {
235 interface Bar {
693 is of a certain class or interface type.
[all …]
/PHP-5.5/Zend/tests/
H A D010.phpt6 interface i {
H A D013.phpt6 interface foo {
H A Dbug26229.phpt28 Objects returned by array_iterator::getIterator() must be traversable or implement interface Iterat…
H A Dbug30922.phpt5 interface RecurisiveFooFar extends RecurisiveFooFar {}
H A Dbug32427.phpt6 interface Example {
H A Dbug33732.phpt2 Bug #33732 (Wrong behavior of constants in class and interface extending)
5 interface iA {
20 interface iA2 {
24 interface iB2 extends iA2 {
H A Dbug37632.phpt65 interface Ctor
H A Dbug43200.phpt6 interface a {
10 interface b {
H A Dbug43200_2.phpt6 interface A {
H A Dbug44414.phpt8 interface B {
H A Dbug47593.phpt14 interface baz {
H A Dbug47981.phpt12 interface a{}
H A Dbug49472.phpt6 interface ia {
27 Fatal error: Cannot inherit previously-inherited or override constant c from interface ia in %s on …
H A Dbug49908.phpt2 Bug #49908 (throwing exception in __autoload crashes when interface is not defined)
H A Dbug53727.phpt5 interface MyInterface {
H A Dbug62358.phpt18 interface I {
H A Dbug63111.phpt8 interface MyInterface {
H A Dbug69467.phpt2 Bug #69467 (Wrong checked for the interface by using Trait)
5 interface Baz {

Completed in 63 milliseconds

12345678910