Home
last modified time | relevance | path

Searched refs:interface (Results 201 – 225 of 227) sorted by relevance

12345678910

/PHP-5.5/
H A DUPGRADING.INTERNALS115 whether the object they contain implements the Serializable interface.
H A DREADME.TESTING215 * Command line interface:
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
/PHP-5.5/ext/standard/tests/class_object/
H A Dis_a.phpt8 interface if_a {
12 interface if_b extends if_a {
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4393 zval *interface; in ZEND_METHOD() local
4394 ALLOC_ZVAL(interface); in ZEND_METHOD()
4395 zend_reflection_class_factory(ce->interfaces[i], interface TSRMLS_CC); in ZEND_METHOD()
4571 zval *interface; in ZEND_METHOD() local
4576 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &interface) == FAILURE) { in ZEND_METHOD()
4580 switch(interface->type) { in ZEND_METHOD()
4582 if (zend_lookup_class(Z_STRVAL_P(interface), Z_STRLEN_P(interface), &pce TSRMLS_CC) == FAILURE) { in ZEND_METHOD()
4584 "Interface %s does not exist", Z_STRVAL_P(interface)); in ZEND_METHOD()
4590 if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr TSRMLS_CC)) { in ZEND_METHOD()
4591 argument = (reflection_object *) zend_object_store_get_object(interface TSRMLS_CC); in ZEND_METHOD()
[all …]
/PHP-5.5/ext/phar/
H A DTODO27 streams interface [Greg]
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt6 if (!interface_exists('Serializable')) die('skip no Serializable interface');
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW46 debugging interface has changed a bit. And there has been considerable
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt283 // same but OO interface
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput143 the POSIX interface, because that is supported only with the 8-bit library.
H A Dtestoutput143 the POSIX interface, because that is supported only with the 8-bit library.
/PHP-5.5/ext/curl/
H A Dcurl.dsp161 SOURCE=.\interface.c
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS129 execution speed. In addition, a new direct interface to JIT execution is
447 5. The C++ wrapper interface has been extended by the addition of a
505 interface.
H A DREADME64 this just provides a POSIX calling interface to PCRE; the regular expressions
74 If you are using the POSIX interface to PCRE and there is already a POSIX regex
276 . When called via the POSIX interface, PCRE uses malloc() to get additional
H A DChangeLog1071 28. Introducing a native interface for JIT. Through this interface, the compiled
1072 machine code can be directly executed. The purpose of this interface is to
1074 However, feature tests are still performed. The new interface provides
1995 REG_UCP to make it available via the POSIX interface.
2338 16. Added REG_UNGREEDY to the pcreposix interface, at the request of a user.
2467 14. Added the non-standard REG_NOTEMPTY option to the POSIX interface.
3946 provided in case anyone wants to the the POSIX interface with UTF-8
3984 this functionality to the C++ interface.
5021 interface uses malloc() for output vectors. See item 31 above.
5374 5. The POSIX interface was broken in that it was just handing over the POSIX
[all …]
/PHP-5.5/sapi/fpm/
H A Dconfig.m4276 AC_DEFINE_UNQUOTED([PROC_MEM_FILE], "$proc_mem_file", [/proc/pid/mem interface])
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re418 Serializable interface have eventually an inconsistent behavior at this place when
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE139 interface definition files, plus the scripts used to control compilation
304 interface-compatible with the version that the work was made with.
/PHP-5.5/ext/dba/
H A Dconfig.m4620 AC_MSG_CHECKING([whether to enable DBA interface])
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1274 2003/12/19: [impl] change ENC_CODE_TO_MBC() interface.
2047 current: interface number (from 0)
2048 revision: implementation number of same interface (from 0)
/PHP-5.5/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
1469 language interface. The flexibility and power of PHP relies on the
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt79 pcrecpp page has details of this interface. Other people's contribu-
1071 When the 8-bit library is called through the POSIX interface (see the
1074 three integers per substring, whereas the POSIX interface provides only
1759 From release 8.32 there is also a direct interface for JIT execution,
1990 POSIX interface uses malloc() for output vectors. Further details are
3885 string(). Unfortunately, the interface to pcre_get_substring_list() is
3943 cial interface to another programming language that cannot use
7267 complete description of the interface to the callout function, are
8329 libraries. To keep this documentation simple, only the 8-bit interface
8740 ate feedback is likely to be a better user interface than a check that
[all …]
/PHP-5.5/ext/spl/
H A Dspl_iterators.c1267 static int spl_dual_it_gets_implemented(zend_class_entry *interface, zend_class_entry *class_type T… in spl_dual_it_gets_implemented() argument

Completed in 134 milliseconds

12345678910