Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstreamsfuncs.c914 zend_string *wkey, *okey; in parse_context_options() local
916 ZEND_HASH_FOREACH_STR_KEY_VAL(options, wkey, wval) { in parse_context_options()
918 if (wkey && Z_TYPE_P(wval) == IS_ARRAY) { in parse_context_options()
922 php_stream_context_set_option(context, ZSTR_VAL(wkey), ZSTR_VAL(okey), oval); in parse_context_options()

Completed in 10 milliseconds