pos_str          2317 ext/standard/string.c 	HashPosition pos_str, pos_from, pos_repl, pos_len;
pos_str          2449 ext/standard/string.c 		zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(str), &pos_str);
pos_str          2450 ext/standard/string.c 		while (zend_hash_get_current_data_ex(Z_ARRVAL_PP(str), (void **) &tmp_str, &pos_str) == SUCCESS) {
pos_str          2585 ext/standard/string.c 			if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(str), &str_index, &str_index_len, &num_index, 0, &pos_str) == HASH_KEY_IS_STRING) {
pos_str          2596 ext/standard/string.c 			zend_hash_move_forward_ex(Z_ARRVAL_PP(str), &pos_str);