Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dnet.c191 zval iface, unicast; in PHP_FUNCTION() local
197 array_init(&iface); in PHP_FUNCTION()
203 add_assoc_string(&iface, "description", tmp); in PHP_FUNCTION()
215 add_assoc_str(&iface, "mac", mac); in PHP_FUNCTION()
222 add_assoc_long(&iface, "mtu", p->Mtu); in PHP_FUNCTION()
257 add_assoc_zval(&iface, "unicast", &unicast); in PHP_FUNCTION()
259 add_assoc_bool(&iface, "up", (p->OperStatus == IfOperStatusUp)); in PHP_FUNCTION()
261 add_assoc_zval(return_value, p->AdapterName, &iface); in PHP_FUNCTION()
282 if (!iface) { in PHP_FUNCTION()
300 status = zend_hash_str_find(Z_ARR_P(iface), "up", sizeof("up") - 1); in PHP_FUNCTION()
[all …]
/PHP-8.3/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-8.3/ext/standard/tests/network/
H A Dnet_get_interfaces_001.phpt15 foreach ($ifaces as $iface) {
16 foreach ($iface['unicast'] as $unicast) {
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_error6.phpt2 Typed class constants (type widening iface class const)
/PHP-8.3/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()
1815 if (iface->num_interfaces) { in do_interface_implementation()
1865 zend_class_entry *iface; in zend_do_implement_interfaces() local
1883 if (interfaces[j] == iface) { in zend_do_implement_interfaces()
1889 ZSTR_VAL(iface->name)); in zend_do_implement_interfaces()
1897 iface = NULL; in zend_do_implement_interfaces()
1901 if (iface) { in zend_do_implement_interfaces()
3082 if (!iface) { in zend_do_link_class()
3088 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-8.3/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 32 milliseconds