Searched refs:wkey (Results 1 – 1 of 1) sorted by relevance
900 zend_string *wkey, *okey; in parse_context_options() local903 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(options), wkey, wval) { in parse_context_options()905 if (wkey && Z_TYPE_P(wval) == IS_ARRAY) { in parse_context_options()908 php_stream_context_set_option(context, ZSTR_VAL(wkey), ZSTR_VAL(okey), oval); in parse_context_options()
Completed in 8 milliseconds