Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dnet.c189 zval iface, unicast; in PHP_FUNCTION() local
195 array_init(&iface); in PHP_FUNCTION()
201 add_assoc_string(&iface, "description", tmp); in PHP_FUNCTION()
213 add_assoc_str(&iface, "mac", mac); in PHP_FUNCTION()
220 add_assoc_long(&iface, "mtu", p->Mtu); in PHP_FUNCTION()
255 add_assoc_zval(&iface, "unicast", &unicast); in PHP_FUNCTION()
257 add_assoc_bool(&iface, "up", (p->OperStatus == IfOperStatusUp)); in PHP_FUNCTION()
259 add_assoc_zval(return_value, p->AdapterName, &iface); in PHP_FUNCTION()
280 if (!iface) { in PHP_FUNCTION()
298 status = zend_hash_str_find(Z_ARR_P(iface), "up", sizeof("up") - 1); in PHP_FUNCTION()
[all …]
/PHP-7.4/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-7.4/ext/standard/tests/network/
H A Dnet_get_interfaces_001.phpt15 foreach ($ifaces as $iface) {
16 foreach ($iface['unicast'] as $unicast) {
/PHP-7.4/Zend/
H A Dzend_inheritance.c1011 …ce->ce_flags & ZEND_ACC_INTERFACE) && iface->interface_gets_implemented && iface->interface_gets_i… in do_implement_interface()
1015 ZEND_ASSERT(ce != iface); in do_implement_interface()
1397 do_implement_interface(ce, iface); in do_interface_implementation()
1398 if (iface->num_interfaces) { in do_interface_implementation()
1429 do_inherit_constant_check(&iface->constants_table, c, key, iface); in zend_do_implement_interface()
1448 zend_class_entry *iface; in zend_do_implement_interfaces() local
1466 if (interfaces[j] == iface) { in zend_do_implement_interfaces()
1474 do_inherit_constant_check(&iface->constants_table, c, key, iface); in zend_do_implement_interfaces()
1477 iface = NULL; in zend_do_implement_interfaces()
1481 if (iface) { in zend_do_implement_interfaces()
[all …]
H A Dzend_inheritance.h27 ZEND_API void zend_do_implement_interface(zend_class_entry *ce, zend_class_entry *iface);
H A Dzend.h152 …int (*interface_gets_implemented)(zend_class_entry *iface, zend_class_entry *class_type); /* a cla…
/PHP-7.4/build/
H A Dltmain.sh3359 iface=`expr $revision - $loop`
3361 verstring="$verstring_prefix$major.$iface:$verstring"
3382 iface=`expr $current - $loop`
3384 verstring="$verstring:${iface}.0"

Completed in 35 milliseconds