Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c913 zval *wval, *oval; in parse_context_options() local
917 ZEND_HASH_FOREACH_STR_KEY_VAL(options, wkey, wval) { in parse_context_options()
918 ZVAL_DEREF(wval); in parse_context_options()
919 if (wkey && Z_TYPE_P(wval) == IS_ARRAY) { in parse_context_options()
920 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(wval), okey, oval) { in parse_context_options()

Completed in 11 milliseconds