Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c889 zend_string *wkey, *okey; in parse_context_options() local
892 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(options), wkey, wval) { in parse_context_options()
894 if (wkey && Z_TYPE_P(wval) == IS_ARRAY) { in parse_context_options()
897 php_stream_context_set_option(context, ZSTR_VAL(wkey), ZSTR_VAL(okey), oval); in parse_context_options()

Completed in 8 milliseconds