Home
last modified time | relevance | path

Searched refs:interface (Results 251 – 275 of 292) sorted by relevance

1...<<1112

/PHP-7.1/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt30 const INTERFACE = 'interface';
183 interface
/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_basic2.phpt38 interface TestInterface {
H A DReflectionMethod_basic1.phpt50 interface TestInterface {
H A DReflectionMethod_getModifiers_basic.phpt62 interface TestInterface {
H A DReflectionClass_toString_001.phpt335 Parameter #0 [ <required> $interface ]
H A DReflectionClass_isSubclassOf_basic.phpt9 interface I {}
H A DReflectionObject_isSubclassOf_basic.phpt9 interface I {}
/PHP-7.1/ext/date/tests/
H A Dexamine_diff.inc19 * Provides a consistent interface for executing date diff/add/sub tests
/PHP-7.1/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.1/ext/curl/tests/
H A Dcurl_version_variation1.phpt11 * Source code: ext/curl/interface.c
/PHP-7.1/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt207 // interface class
208 interface iValue
213 // implement the interface
/PHP-7.1/tests/classes/
H A Darray_access_009.phpt8 interface ArrayProxyAccess extends ArrayAccess
/PHP-7.1/ext/standard/tests/array/
H A Dcount_recursive.phpt82 echo "\n-- Testing count() on objects with Countable interface --\n";
199 -- Testing count() on objects with Countable interface --
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput162 support is available. It starts with tests of the POSIX interface, because
H A Dtestinput143 the POSIX interface, because that is supported only with the 8-bit library.
/PHP-7.1/ext/curl/
H A Dconfig.m4163 PHP_NEW_EXTENSION(curl, interface.c multi.c share.c curl_file.c, $ext_shared)
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt105 I'm using the procedural interface, this should not throw an exception.
H A Dmysqli_stmt_bind_result_format.phpt283 // same but OO interface
/PHP-7.1/ext/standard/tests/class_object/
H A Dis_a.phpt8 interface if_a {
12 interface if_b extends if_a {
/PHP-7.1/
H A DREADME.TESTING215 * Command line interface:
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c5035 zval interface; in ZEND_METHOD() local
5036 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD()
5037 zend_hash_update(Z_ARRVAL_P(return_value), ce->interfaces[i]->name, &interface); in ZEND_METHOD()
5211 zval *interface; in ZEND_METHOD() local
5216 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z", &interface) == FAILURE) { in ZEND_METHOD()
5220 switch (Z_TYPE_P(interface)) { in ZEND_METHOD()
5222 if ((interface_ce = zend_lookup_class(Z_STR_P(interface))) == NULL) { in ZEND_METHOD()
5224 "Interface %s does not exist", Z_STRVAL_P(interface)); in ZEND_METHOD()
5229 if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) { in ZEND_METHOD()
5230 argument = Z_REFLECTION_P(interface); in ZEND_METHOD()
[all …]
/PHP-7.1/ext/phar/
H A DTODO27 streams interface [Greg]
/PHP-7.1/ext/pdo/tests/
H A Dpdo_018.phpt6 if (!interface_exists('Serializable')) die('skip no Serializable interface');
/PHP-7.1/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.1/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.

Completed in 92 milliseconds

1...<<1112