Home
last modified time | relevance | path

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

1...<<1112

/PHP-7.2/
H A DREADME.TESTING215 * Command line interface:
H A D.gdbinit438 printf "interface %s", $ce->name->val
H A DUPGRADING239 Only arrays and objects implementing the Countable interface should be passed.
H A DINSTALL68 servers PHP has a direct module interface (also called SAPI). These
71 Microsoft module interface (OmniHTTPd for example). If PHP has no
720 listen on the localhost interface. If you use network functions,
1634 to learn language interface. The flexibility and power of PHP
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)
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c4931 zval interface; in ZEND_METHOD() local
4932 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD()
4933 zend_hash_update(Z_ARRVAL_P(return_value), ce->interfaces[i]->name, &interface); in ZEND_METHOD()
5107 zval *interface; in ZEND_METHOD() local
5112 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z", &interface) == FAILURE) { in ZEND_METHOD()
5116 switch (Z_TYPE_P(interface)) { in ZEND_METHOD()
5118 if ((interface_ce = zend_lookup_class(Z_STR_P(interface))) == NULL) { in ZEND_METHOD()
5120 "Interface %s does not exist", Z_STRVAL_P(interface)); in ZEND_METHOD()
5125 if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) { in ZEND_METHOD()
5126 argument = Z_REFLECTION_P(interface); in ZEND_METHOD()
[all …]
/PHP-7.2/ext/phar/
H A DTODO27 streams interface [Greg]
/PHP-7.2/Zend/
H A Dzend_exceptions.c48 static int zend_implement_throwable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_throwable() argument
55 ZSTR_VAL(interface->name), in zend_implement_throwable()
/PHP-7.2/ext/pdo/tests/
H A Dpdo_018.phpt6 if (!interface_exists('Serializable')) die('skip no Serializable interface');
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt286 // same but OO interface
/PHP-7.2/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-7.2/ext/pcre/pcrelib/
H A DNEWS150 execution speed. In addition, a new direct interface to JIT execution is
468 5. The C++ wrapper interface has been extended by the addition of a
526 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 DChangeLog1257 28. Introducing a native interface for JIT. Through this interface, the compiled
1258 machine code can be directly executed. The purpose of this interface is to
1260 However, feature tests are still performed. The new interface provides
2181 REG_UCP to make it available via the POSIX interface.
2524 16. Added REG_UNGREEDY to the pcreposix interface, at the request of a user.
2653 14. Added the non-standard REG_NOTEMPTY option to the POSIX interface.
4132 provided in case anyone wants to the the POSIX interface with UTF-8
4170 this functionality to the C++ interface.
5207 interface uses malloc() for output vectors. See item 31 above.
5560 5. The POSIX interface was broken in that it was just handing over the POSIX
[all …]
/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/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-7.2/ext/dba/
H A Dconfig.m4658 AC_MSG_CHECKING([whether to enable DBA interface])
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1386 2003/12/19: [impl] change ENC_CODE_TO_MBC() interface.
2159 current: interface number (from 0)
2160 revision: implementation number of same interface (from 0)
/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/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,
1989 POSIX interface uses malloc() for output vectors. Further details are
3884 string(). Unfortunately, the interface to pcre_get_substring_list() is
3942 cial interface to another programming language that cannot use
7271 complete description of the interface to the callout function, are
8333 libraries. To keep this documentation simple, only the 8-bit interface
8787 ate feedback is likely to be a better user interface than a check that
[all …]
/PHP-7.2/ext/spl/
H A Dspl_iterators.c1353 static int spl_dual_it_gets_implemented(zend_class_entry *interface, zend_class_entry *class_type) in spl_dual_it_gets_implemented() argument
/PHP-7.2/ext/date/
H A Dphp_date.c2026 static int implement_date_interface_handler(zend_class_entry *interface, zend_class_entry *implemen… in implement_date_interface_handler() argument
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic19446 >8 string I interface file (.cmi)
19452 >8 string N abstract syntax tree interface file
21819 0 string ##\ <summary> SE Linux policy interface source
H A Dmagic私はガラスを食べられます19446 >8 string I interface file (.cmi)
19452 >8 string N abstract syntax tree interface file
21819 0 string ##\ <summary> SE Linux policy interface source

Completed in 258 milliseconds

1...<<1112