Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c928 zval **wval, **oval; in parse_context_options() local
935 while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_P(options), (void**)&wval, &pos)) { in parse_context_options()
937 && Z_TYPE_PP(wval) == IS_ARRAY) { in parse_context_options()
939 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(wval), &opos); in parse_context_options()
940 while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(wval), (void**)&oval, &opos)) { in parse_context_options()
942 …if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_k… in parse_context_options()
945 zend_hash_move_forward_ex(Z_ARRVAL_PP(wval), &opos); in parse_context_options()

Completed in 8 milliseconds