Home
last modified time | relevance | path

Searched refs:iface (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/standard/
H A Dnet.c188 zval iface, unicast; in PHP_FUNCTION() local
194 array_init(&iface); in PHP_FUNCTION()
200 add_assoc_string(&iface, "description", tmp); in PHP_FUNCTION()
212 add_assoc_str(&iface, "mac", mac); in PHP_FUNCTION()
219 add_assoc_long(&iface, "mtu", p->Mtu); in PHP_FUNCTION()
254 add_assoc_zval(&iface, "unicast", &unicast); in PHP_FUNCTION()
256 add_assoc_bool(&iface, "up", (p->OperStatus == IfOperStatusUp)); in PHP_FUNCTION()
258 add_assoc_zval(return_value, p->AdapterName, &iface); in PHP_FUNCTION()
279 if (!iface) { in PHP_FUNCTION()
297 status = zend_hash_str_find(Z_ARR_P(iface), "up", sizeof("up") - 1); in PHP_FUNCTION()
[all …]
/php-src/ext/reflection/tests/
H A DReflectionClass_isInstantiable_basic.phpt8 interface iface {
12 class ifaceImpl implements iface {
25 $classes = array("C", "iface", "ifaceImpl", "abstractClass", "D");
37 Is iface instantiable? bool(false)
H A DReflectionObject_isInstantiable_basic.phpt8 interface iface {
12 class ifaceImpl implements iface {
/php-src/ext/standard/tests/network/
H A Dnet_get_interfaces_001.phpt16 foreach ($ifaces as $iface) {
17 foreach ($iface['unicast'] as $unicast) {
/php-src/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_error6.phpt2 Typed class constants (type widening iface class const)
/php-src/Zend/
H A Dzend_inheritance.c1341 …ce->ce_flags & ZEND_ACC_INTERFACE) && iface->interface_gets_implemented && iface->interface_gets_i… in do_implement_interface()
1345 ZEND_ASSERT(ce != iface); in do_implement_interface()
1818 if (iface->num_interfaces) { in do_interface_implementation()
1868 zend_class_entry *iface; in zend_do_implement_interfaces() local
1886 if (interfaces[j] == iface) { in zend_do_implement_interfaces()
1892 ZSTR_VAL(iface->name)); in zend_do_implement_interfaces()
1900 iface = NULL; in zend_do_implement_interfaces()
1904 if (iface) { in zend_do_implement_interfaces()
3083 if (!iface) { in zend_do_link_class()
3089 if (iface) { in zend_do_link_class()
[all …]
H A Dzend_inheritance.h27 ZEND_API void zend_do_implement_interface(zend_class_entry *ce, zend_class_entry *iface);
H A Dzend.h196 …int (*interface_gets_implemented)(zend_class_entry *iface, zend_class_entry *class_type); /* a cla…
/php-src/build/
H A Dltmain.sh3372 iface=`expr $revision - $loop`
3374 verstring="$verstring_prefix$major.$iface:$verstring"
3395 iface=`expr $current - $loop`
3397 verstring="$verstring:${iface}.0"

Completed in 40 milliseconds