wval              919 ext/standard/streamsfuncs.c 	zval **wval, **oval;
wval              926 ext/standard/streamsfuncs.c 	while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_P(options), (void**)&wval, &pos)) {
wval              928 ext/standard/streamsfuncs.c 				&& Z_TYPE_PP(wval) == IS_ARRAY) {
wval              930 ext/standard/streamsfuncs.c 			zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(wval), &opos);
wval              931 ext/standard/streamsfuncs.c 			while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(wval), (void**)&oval, &opos)) {
wval              933 ext/standard/streamsfuncs.c 				if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) {
wval              936 ext/standard/streamsfuncs.c 				zend_hash_move_forward_ex(Z_ARRVAL_PP(wval), &opos);